|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LogEvent
Method Summary | |
---|---|
Map<String,String> |
getContextMap()
Get the MDC data. |
ThreadContext.ContextStack |
getContextStack()
Get the NDC data. |
String |
getFQCN()
Returns the fully qualified class name of the caller of the logging api. |
Level |
getLevel()
Get level. |
String |
getLoggerName()
Get logger name. |
Marker |
getMarker()
Get the Marker associated with the event. |
Message |
getMessage()
Get the message associated with the event. |
long |
getMillis()
Get event time in milliseconds since 1970. |
StackTraceElement |
getSource()
Get source of logging request. |
String |
getThreadName()
Get thread name. |
Throwable |
getThrown()
Get throwable associated with logging request. |
Method Detail |
---|
Level getLevel()
String getLoggerName()
StackTraceElement getSource()
Message getMessage()
Marker getMarker()
String getThreadName()
long getMillis()
Throwable getThrown()
Map<String,String> getContextMap()
ThreadContext.ContextStack getContextStack()
String getFQCN()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |