public class PaxLoggingEventForLogback extends Object implements org.ops4j.pax.logging.spi.PaxLoggingEvent
| Constructor and Description |
|---|
PaxLoggingEventForLogback(ch.qos.logback.classic.spi.ILoggingEvent event) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
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() |
int |
hashCode() |
boolean |
locationInformationExists() |
public PaxLoggingEventForLogback(ch.qos.logback.classic.spi.ILoggingEvent 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.PaxLoggingEventpublic Map<String,Object> getProperties()
getProperties in interface org.ops4j.pax.logging.spi.PaxLoggingEventCopyright © 2006–2022 OPS4J - Open Participation Software for Java. All rights reserved.