public class LoggingEventVO extends Object implements ILoggingEvent, Serializable
ILoggingEvent.| Constructor and Description |
|---|
LoggingEventVO() |
| Modifier and Type | Method and Description |
|---|---|
static LoggingEventVO |
build(ILoggingEvent le) |
boolean |
equals(Object obj) |
Object[] |
getArgumentArray() |
StackTraceElement[] |
getCallerData()
Return caller data associated with this event.
|
long |
getContextBirthTime() |
LoggerContextVO |
getContextLoggerRemoteView() |
String |
getFormattedMessage() |
Level |
getLevel() |
LoggerContextVO |
getLoggerContextVO() |
String |
getLoggerName() |
Marker |
getMarker() |
Map<String,String> |
getMdc()
Synonym for [@link #getMDCPropertyMap}.
|
Map<String,String> |
getMDCPropertyMap()
Returns the MDC map.
|
String |
getMessage() |
String |
getThreadName() |
IThrowableProxy |
getThrowableProxy() |
long |
getTimeStamp() |
boolean |
hasCallerData()
If this event has caller data, then true is returned.
|
int |
hashCode() |
void |
prepareForDeferredProcessing() |
public static LoggingEventVO build(ILoggingEvent le)
public String getThreadName()
getThreadName in interface ILoggingEventpublic LoggerContextVO getLoggerContextVO()
getLoggerContextVO in interface ILoggingEventpublic String getLoggerName()
getLoggerName in interface ILoggingEventpublic Level getLevel()
getLevel in interface ILoggingEventpublic String getMessage()
getMessage in interface ILoggingEventpublic String getFormattedMessage()
getFormattedMessage in interface ILoggingEventpublic Object[] getArgumentArray()
getArgumentArray in interface ILoggingEventpublic IThrowableProxy getThrowableProxy()
getThrowableProxy in interface ILoggingEventpublic StackTraceElement[] getCallerData()
ILoggingEventgetCallerData in interface ILoggingEventILoggingEvent.hasCallerData()public boolean hasCallerData()
ILoggingEventLogback components wishing to use caller data if available without
causing it to be computed can invoke this method before invoking
ILoggingEvent.getCallerData().
hasCallerData in interface ILoggingEventpublic Marker getMarker()
getMarker in interface ILoggingEventpublic long getTimeStamp()
getTimeStamp in interface ILoggingEventpublic long getContextBirthTime()
public LoggerContextVO getContextLoggerRemoteView()
public Map<String,String> getMDCPropertyMap()
ILoggingEventgetMDCPropertyMap in interface ILoggingEventpublic Map<String,String> getMdc()
ILoggingEventgetMdc in interface ILoggingEventpublic void prepareForDeferredProcessing()
prepareForDeferredProcessing in interface ILoggingEventprepareForDeferredProcessing in interface DeferredProcessingAwareCopyright © 2005–2015 QOS.ch. All rights reserved.