|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.compoze.collab.log.LogEntry
This class is a value object that contains the information needed for an entry in the log. It is instantiated once for each logger and re-used.
Method Summary | |
java.lang.String |
getAdminMessage()
Gets the administrator message. |
java.lang.Object[] |
getArguments()
Gets the values for the arguments to the log entry message. |
ILogContext |
getContext()
Gets the log context. |
java.lang.String |
getHost()
Gets the host that the log message was created on. |
java.lang.String |
getKey()
Gets the key for the log entry message in the resource bundle. |
Logger |
getLogger()
Gets the logger that created the entry. |
LogLevel |
getLogLevel()
Gets the log level of the entry. |
java.lang.String |
getProgrammerMessage()
Gets the programmer message. |
java.lang.String |
getThreadName()
Gets the name of the thread that created the log entry. |
java.lang.Throwable |
getThrowable()
Gets the Throwable included with the log message. |
java.util.Date |
getTime()
Gets the time that the log entry was created. |
java.lang.String |
getUserMessage()
Gets the user message. |
boolean |
isExceptionEntry()
Determines if the entry stores an exception. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.Throwable getThrowable()
Throwable
included with the log message.public java.lang.String getProgrammerMessage()
public java.lang.String getAdminMessage()
public java.lang.String getUserMessage()
public Logger getLogger()
public ILogContext getContext()
public LogLevel getLogLevel()
public boolean isExceptionEntry()
true
if the entry stores an exceptionpublic java.lang.String getKey()
public java.lang.Object[] getArguments()
null
if there are no arguments)public java.util.Date getTime()
public java.lang.String getThreadName()
public java.lang.String getHost()
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |