public class PaxLocationInfoImpl extends Object implements org.ops4j.pax.logging.spi.PaxLocationInfo
PaxLocationInfo. It's the easiest implementation, because PaxLocationInfo
was inspired by Log4J1 itself.| Constructor and Description |
|---|
PaxLocationInfoImpl(org.apache.log4j.spi.LocationInfo delegate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getFileName() |
String |
getLineNumber() |
String |
getMethodName() |
public PaxLocationInfoImpl(org.apache.log4j.spi.LocationInfo delegate)
public String getFileName()
getFileName in interface org.ops4j.pax.logging.spi.PaxLocationInfopublic String getClassName()
getClassName in interface org.ops4j.pax.logging.spi.PaxLocationInfopublic String getLineNumber()
getLineNumber in interface org.ops4j.pax.logging.spi.PaxLocationInfopublic String getMethodName()
getMethodName in interface org.ops4j.pax.logging.spi.PaxLocationInfoCopyright © 2006–2022 OPS4J - Open Participation Software for Java. All rights reserved.