public class PaxLocationInfoImpl extends Object implements PaxLocationInfo
| Constructor and Description |
|---|
PaxLocationInfoImpl(org.apache.log4j.spi.LocationInfo delegate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Return the fully qualified class name of the caller making the
logging request.
|
String |
getFileName()
Return the file name of the caller.
|
String |
getLineNumber()
Returns the line number of the caller.
|
String |
getMethodName()
Returns the method name of the caller.
|
public PaxLocationInfoImpl(org.apache.log4j.spi.LocationInfo delegate)
public String getFileName()
PaxLocationInfoThis information is not always available.
getFileName in interface PaxLocationInfopublic String getClassName()
PaxLocationInfogetClassName in interface PaxLocationInfopublic String getLineNumber()
PaxLocationInfoThis information is not always available.
getLineNumber in interface PaxLocationInfopublic String getMethodName()
PaxLocationInfogetMethodName in interface PaxLocationInfoCopyright © 2016. All rights reserved.