org.jcoderz.commons.logging
Class LogElement

java.lang.Object
  extended by org.jcoderz.commons.logging.LogItem
      extended by org.jcoderz.commons.logging.LogElement

public class LogElement
extends LogItem

This is an implementation of LogItem based upon LogRecords. On instanciation it creates a nested structure of LogElements according to the structure of the LogRecord.


Field Summary
 
Fields inherited from class org.jcoderz.commons.logging.LogItem
INTERNAL_PARAMETER_PREFIX
 
Method Summary
 
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, reset, 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
 



Copyright 2007 The jCoderZ Project.