|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.qos.logback.classic.spi.LoggingEventVO
public class LoggingEventVO
A read-only and serializable implementation of ILoggingEvent.
| Constructor Summary | |
|---|---|
LoggingEventVO()
|
|
| Method Summary | |
|---|---|
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()
|
org.slf4j.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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoggingEventVO()
| Method Detail |
|---|
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()
ILoggingEvent
getCallerData 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 org.slf4j.Marker getMarker()
getMarker in interface ILoggingEventpublic long getTimeStamp()
getTimeStamp in interface ILoggingEventpublic long getContextBirthTime()
public LoggerContextVO getContextLoggerRemoteView()
public Map<String,String> getMDCPropertyMap()
ILoggingEvent
getMDCPropertyMap in interface ILoggingEventpublic Map<String,String> getMdc()
ILoggingEvent
getMdc in interface ILoggingEventpublic void prepareForDeferredProcessing()
prepareForDeferredProcessing in interface ILoggingEventprepareForDeferredProcessing in interface DeferredProcessingAwarepublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||