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()
PaxLocationInfo
This information is not always available.
getFileName
in interface PaxLocationInfo
public String getClassName()
PaxLocationInfo
getClassName
in interface PaxLocationInfo
public String getLineNumber()
PaxLocationInfo
This information is not always available.
getLineNumber
in interface PaxLocationInfo
public String getMethodName()
PaxLocationInfo
getMethodName
in interface PaxLocationInfo
Copyright © 2013. All rights reserved.