public class PubLoggingEventVO extends Object implements ch.qos.logback.classic.spi.ILoggingEvent, Serializable
ILoggingEvent.| Modifier and Type | Field and Description |
|---|---|
Object[] |
argumentArray |
StackTraceElement[] |
callerDataArray |
ch.qos.logback.classic.Level |
level |
ch.qos.logback.classic.spi.LoggerContextVO |
loggerContextVO |
String |
loggerName |
org.slf4j.Marker |
marker |
Map<String,String> |
mdcPropertyMap |
String |
message |
String |
threadName |
ch.qos.logback.classic.spi.IThrowableProxy |
throwableProxy |
long |
timeStamp |
| Constructor and Description |
|---|
PubLoggingEventVO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object[] |
getArgumentArray() |
StackTraceElement[] |
getCallerData() |
long |
getContextBirthTime() |
ch.qos.logback.classic.spi.LoggerContextVO |
getContextLoggerRemoteView() |
String |
getFormattedMessage() |
ch.qos.logback.classic.Level |
getLevel() |
ch.qos.logback.classic.spi.LoggerContextVO |
getLoggerContextVO() |
String |
getLoggerName() |
org.slf4j.Marker |
getMarker() |
Map<String,String> |
getMdc() |
Map<String,String> |
getMDCPropertyMap() |
String |
getMessage() |
String |
getThreadName() |
ch.qos.logback.classic.spi.IThrowableProxy |
getThrowableProxy() |
long |
getTimeStamp() |
boolean |
hasCallerData() |
int |
hashCode() |
void |
prepareForDeferredProcessing() |
String |
toString() |
public String threadName
public String loggerName
public ch.qos.logback.classic.spi.LoggerContextVO loggerContextVO
public transient ch.qos.logback.classic.Level level
public String message
public Object[] argumentArray
public ch.qos.logback.classic.spi.IThrowableProxy throwableProxy
public StackTraceElement[] callerDataArray
public org.slf4j.Marker marker
public long timeStamp
public String getThreadName()
getThreadName in interface ch.qos.logback.classic.spi.ILoggingEventpublic ch.qos.logback.classic.spi.LoggerContextVO getLoggerContextVO()
getLoggerContextVO in interface ch.qos.logback.classic.spi.ILoggingEventpublic String getLoggerName()
getLoggerName in interface ch.qos.logback.classic.spi.ILoggingEventpublic ch.qos.logback.classic.Level getLevel()
getLevel in interface ch.qos.logback.classic.spi.ILoggingEventpublic String getMessage()
getMessage in interface ch.qos.logback.classic.spi.ILoggingEventpublic String getFormattedMessage()
getFormattedMessage in interface ch.qos.logback.classic.spi.ILoggingEventpublic Object[] getArgumentArray()
getArgumentArray in interface ch.qos.logback.classic.spi.ILoggingEventpublic ch.qos.logback.classic.spi.IThrowableProxy getThrowableProxy()
getThrowableProxy in interface ch.qos.logback.classic.spi.ILoggingEventpublic StackTraceElement[] getCallerData()
getCallerData in interface ch.qos.logback.classic.spi.ILoggingEventpublic boolean hasCallerData()
hasCallerData in interface ch.qos.logback.classic.spi.ILoggingEventpublic org.slf4j.Marker getMarker()
getMarker in interface ch.qos.logback.classic.spi.ILoggingEventpublic long getTimeStamp()
getTimeStamp in interface ch.qos.logback.classic.spi.ILoggingEventpublic long getContextBirthTime()
public ch.qos.logback.classic.spi.LoggerContextVO getContextLoggerRemoteView()
public Map<String,String> getMDCPropertyMap()
getMDCPropertyMap in interface ch.qos.logback.classic.spi.ILoggingEventpublic Map<String,String> getMdc()
getMdc in interface ch.qos.logback.classic.spi.ILoggingEventpublic void prepareForDeferredProcessing()
prepareForDeferredProcessing in interface ch.qos.logback.classic.spi.ILoggingEventprepareForDeferredProcessing in interface DeferredProcessingAwareCopyright © 2005–2021 QOS.ch. All rights reserved.