org.jcoderz.commons.logging
Class ExceptionLineFormat
java.lang.Object
org.jcoderz.commons.logging.LogLineFormat
org.jcoderz.commons.logging.BasicLogLineFormat
org.jcoderz.commons.logging.TraceLineFormat
org.jcoderz.commons.logging.ExceptionLineFormat
public class ExceptionLineFormat
- extends TraceLineFormat
This formats and parses a standard LogRecord, which carries a Throwable as
cause, which is not instance of Loggable.
| Methods inherited from class org.jcoderz.commons.logging.BasicLogLineFormat |
basicFormat, basicParse, getBasicFormatList, getBusinessImpact, getCategory, getInstanceId, getLevel, getMessageId, getNodeId, getThreadId, getThreadName, getTimestamp, getTrackingIds, setBusinessImpact, setCategory, setInstanceId, setLevel, setMessageId, setNodeId, setThreadId, setThreadName, setTimestamp, setTrackingIds |
| Methods inherited from class org.jcoderz.commons.logging.LogLineFormat |
format, getBusinessImpactFormat, getCategoryFormat, getInstanceIdFormat, getLoggerLevelFormat, getLogLineType, getLogSource, getMessageSymbolFormat, getNodeIdFormat, getParameter, getThreadIdFormat, getThreadNameFormat, getTimestampFormat, getTrackingNumberFormat, parse, setFormats, setParameter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Copyright 2007 The jCoderZ Project.