|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.commons.logging.LogItem
org.jcoderz.commons.logging.LogFileEntry
public class LogFileEntry
This class encapsulates the information of a log record being read from the log file. Note: This is not thread safe, one instance of this must not be used by several threads in parallel.
| Field Summary |
|---|
| Fields inherited from class org.jcoderz.commons.logging.LogItem |
|---|
INTERNAL_PARAMETER_PREFIX |
| Constructor Summary | |
|---|---|
protected |
LogFileEntry()
|
| Method Summary | |
|---|---|
void |
reset()
Used for resetting this to an initial state so that this object could be reused again. |
| Methods inherited from class org.jcoderz.commons.logging.LogItem |
|---|
addToParameters, appendMessageLine, getBusinessImpact, getCategory, getInstanceId, getLoggerLevel, getMessage, getNestedItem, getNodeId, getParameterNames, getParameterValues, getParentItem, getSolution, getSourceClass, getSourceMethod, getStackTraceLines, getSymbol, getSymbolId, getThreadId, getThreadName, getTimestamp, getTrackingNumber, getType, isExceptionItem, setBusinessImpact, setCategory, setInstanceId, setLoggerLevel, setMessage, setNestedItem, setNodeId, setParentItem, setSolution, setSourceClass, setSourceMethod, setSymbol, setSymbolId, setThreadId, setThreadName, setTimestamp, setTrackingNumber, setType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected LogFileEntry()
| Method Detail |
|---|
public void reset()
throws LoggingException
reset in class LogItemLoggingException - if an error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||