public interface PaxLocationInfo
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName()
Return the fully qualified class name of the caller making the
logging request.
|
java.lang.String |
getFileName()
Return the file name of the caller.
|
java.lang.String |
getLineNumber()
Returns the line number of the caller.
|
java.lang.String |
getMethodName()
Returns the method name of the caller.
|
java.lang.String getFileName()
This information is not always available.
java.lang.String getClassName()
java.lang.String getLineNumber()
This information is not always available.
java.lang.String getMethodName()
Copyright © 2006-2021 OPS4J - Open Participation Software for Java. All Rights Reserved.