|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILoggingEvent
The central interface in logback-classic. In a nutshell, logback-classic is nothing more than a processing chain built around this interface.
Method Summary | |
---|---|
Object[] |
getArgumentArray()
|
StackTraceElement[] |
getCallerData()
Return caller data associated with this event. |
String |
getFormattedMessage()
|
Level |
getLevel()
|
LoggerContextVO |
getLoggerContextVO()
|
String |
getLoggerName()
|
org.slf4j.Marker |
getMarker()
|
Map<String,String> |
getMdc()
Deprecated. Replaced by [@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. |
void |
prepareForDeferredProcessing()
|
Method Detail |
---|
String getThreadName()
Level getLevel()
String getMessage()
Object[] getArgumentArray()
String getFormattedMessage()
String getLoggerName()
LoggerContextVO getLoggerContextVO()
IThrowableProxy getThrowableProxy()
StackTraceElement[] getCallerData()
hasCallerData()
boolean hasCallerData()
Logback components wishing to use caller data if available without
causing it to be computed can invoke this method before invoking
getCallerData()
.
org.slf4j.Marker getMarker()
Map<String,String> getMDCPropertyMap()
Map<String,String> getMdc()
long getTimeStamp()
void prepareForDeferredProcessing()
prepareForDeferredProcessing
in interface DeferredProcessingAware
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |