|
Openfire 3.6.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jivesoftware.util.log.LogEvent
public final class LogEvent
This class encapsulates each individual log event. LogEvents usually originate at a Logger and are routed to LogTargets.
Constructor Summary | |
---|---|
LogEvent()
|
Method Summary | |
---|---|
String |
getCategory()
Get the category that LogEvent relates to. |
ContextMap |
getContextMap()
Get ContextMap associated with LogEvent |
String |
getMessage()
Get the message associated with event. |
Priority |
getPriority()
Get Priority for LogEvent. |
long |
getRelativeTime()
Get the time of the log event relative to start of application. |
Throwable |
getThrowable()
Get throwabe instance associated with event. |
long |
getTime()
Get the absolute time of the log event. |
void |
setCategory(String category)
Set the LogEvent category. |
void |
setContextMap(ContextMap contextMap)
Set the ContextMap for this LogEvent. |
void |
setMessage(String message)
Set the message for LogEvent. |
void |
setPriority(Priority priority)
Set the priority of LogEvent. |
void |
setThrowable(Throwable throwable)
Set the throwable for LogEvent. |
void |
setTime(long time)
Set the absolute time of LogEvent. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogEvent()
Method Detail |
---|
public final Priority getPriority()
public final void setPriority(Priority priority)
priority
- the new LogEvent prioritypublic final ContextMap getContextMap()
public final void setContextMap(ContextMap contextMap)
contextMap
- the context mappublic final String getCategory()
public final String getMessage()
public final Throwable getThrowable()
public final long getTime()
public final long getRelativeTime()
public final void setCategory(String category)
category
- the categorypublic final void setMessage(String message)
message
- the messagepublic final void setThrowable(Throwable throwable)
throwable
- the instance of Throwablepublic final void setTime(long time)
time
- the time
|
Openfire 3.6.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |