@Deprecated public interface LogEvent extends Serializable
LogEvent
instance
is created.Modifier and Type | Interface and Description |
---|---|
static class |
LogEvent.Level
Deprecated.
Defines the minimum set of levels recognized by the system, that is
ERROR , WARN , INFO DEBUG. |
Modifier and Type | Method and Description |
---|---|
LogEvent.Level |
getLevel()
Deprecated.
Return the level of this event.
|
String |
getLoggerName()
Deprecated.
Gets the logger of the event.
|
String |
getMessage()
Deprecated.
Return the message for this logging event.
|
String |
getThreadName()
Deprecated.
Return the thread name of this event.
|
long |
getTimestamp()
Deprecated.
Getter for the event's time stamp.
|
String getLoggerName()
LogEvent.Level getLevel()
String getThreadName()
long getTimestamp()
String getMessage()
Copyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.