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