|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LogEvent
The representation of logging events. When an affirmative
decision is made to log then a LogEvent
instance
is created.
Nested Class Summary | |
---|---|
static class |
LogEvent.Level
Defines the minimum set of levels recognized by the system, that is ERROR , WARN , INFO DEBUG. |
Method Summary | |
---|---|
LogEvent.Level |
getLevel()
Return the level of this event. |
String |
getLoggerName()
Gets the logger of the event. |
String |
getMessage()
Return the message for this logging event. |
String |
getThreadName()
Return the thread name of this event. |
long |
getTimestamp()
Getter for the event's time stamp. |
Method Detail |
---|
String getLoggerName()
LogEvent.Level getLevel()
String getThreadName()
long getTimestamp()
String getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |