Class PaxLoggingEventImpl
- java.lang.Object
-
- org.ops4j.pax.logging.log4j2.internal.spi.PaxLoggingEventImpl
-
- All Implemented Interfaces:
org.ops4j.pax.logging.spi.PaxLoggingEvent
public class PaxLoggingEventImpl extends Object implements org.ops4j.pax.logging.spi.PaxLoggingEvent
-
-
Constructor Summary
Constructors Constructor Description PaxLoggingEventImpl(org.apache.logging.log4j.core.LogEvent event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFQNOfLoggerClass()org.ops4j.pax.logging.spi.PaxLevelgetLevel()org.ops4j.pax.logging.spi.PaxLocationInfogetLocationInformation()StringgetLoggerName()StringgetMessage()Map<String,Object>getProperties()StringgetRenderedMessage()StringgetThreadName()String[]getThrowableStrRep()longgetTimeStamp()booleanlocationInformationExists()
-
-
-
Method Detail
-
getLocationInformation
public org.ops4j.pax.logging.spi.PaxLocationInfo getLocationInformation()
- Specified by:
getLocationInformationin interfaceorg.ops4j.pax.logging.spi.PaxLoggingEvent
-
getLevel
public org.ops4j.pax.logging.spi.PaxLevel getLevel()
- Specified by:
getLevelin interfaceorg.ops4j.pax.logging.spi.PaxLoggingEvent
-
getLoggerName
public String getLoggerName()
- Specified by:
getLoggerNamein interfaceorg.ops4j.pax.logging.spi.PaxLoggingEvent
-
getMessage
public String getMessage()
- Specified by:
getMessagein interfaceorg.ops4j.pax.logging.spi.PaxLoggingEvent
-
getRenderedMessage
public String getRenderedMessage()
- Specified by:
getRenderedMessagein interfaceorg.ops4j.pax.logging.spi.PaxLoggingEvent
-
getThreadName
public String getThreadName()
- Specified by:
getThreadNamein interfaceorg.ops4j.pax.logging.spi.PaxLoggingEvent
-
getThrowableStrRep
public String[] getThrowableStrRep()
- Specified by:
getThrowableStrRepin interfaceorg.ops4j.pax.logging.spi.PaxLoggingEvent
-
locationInformationExists
public boolean locationInformationExists()
- Specified by:
locationInformationExistsin interfaceorg.ops4j.pax.logging.spi.PaxLoggingEvent
-
getTimeStamp
public long getTimeStamp()
- Specified by:
getTimeStampin interfaceorg.ops4j.pax.logging.spi.PaxLoggingEvent
-
getFQNOfLoggerClass
public String getFQNOfLoggerClass()
- Specified by:
getFQNOfLoggerClassin interfaceorg.ops4j.pax.logging.spi.PaxLoggingEvent
-
-