public class PaxLoggingEventImpl extends Object implements PaxLoggingEvent
| Constructor and Description |
|---|
PaxLoggingEventImpl(org.apache.logging.log4j.core.LogEvent event) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFQNOfLoggerClass() |
PaxLevel |
getLevel() |
PaxLocationInfo |
getLocationInformation() |
String |
getLoggerName() |
String |
getMessage() |
Map |
getProperties() |
String |
getRenderedMessage() |
String |
getThreadName() |
String[] |
getThrowableStrRep() |
long |
getTimeStamp() |
boolean |
locationInformationExists() |
public PaxLoggingEventImpl(org.apache.logging.log4j.core.LogEvent event)
public PaxLocationInfo getLocationInformation()
getLocationInformation in interface PaxLoggingEventpublic PaxLevel getLevel()
getLevel in interface PaxLoggingEventpublic String getLoggerName()
getLoggerName in interface PaxLoggingEventpublic String getMessage()
getMessage in interface PaxLoggingEventpublic String getRenderedMessage()
getRenderedMessage in interface PaxLoggingEventpublic String getThreadName()
getThreadName in interface PaxLoggingEventpublic String[] getThrowableStrRep()
getThrowableStrRep in interface PaxLoggingEventpublic boolean locationInformationExists()
locationInformationExists in interface PaxLoggingEventpublic long getTimeStamp()
getTimeStamp in interface PaxLoggingEventpublic String getFQNOfLoggerClass()
getFQNOfLoggerClass in interface PaxLoggingEventpublic Map getProperties()
getProperties in interface PaxLoggingEventCopyright © 2006-2015 OPS4J - Open Participation Software for Java. All Rights Reserved.