|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.logging.LogRecord
org.x4juli.global.components.AbstractExtendedLogRecord
org.x4juli.global.spi.ExtendedLogRecordImpl
The ExtendedLogRecordImpl is for use in log wrapper kits. In example Jakarta Commons Logging.
| Field Summary | |
private static long |
serialVersionUID
|
| Fields inherited from class org.x4juli.global.components.AbstractExtendedLogRecord |
cachedFormattedMessage |
| Fields inherited from class java.util.logging.LogRecord |
|
| Constructor Summary | |
ExtendedLogRecordImpl(java.util.logging.Level level,
java.lang.String msg)
|
|
| Methods inherited from class org.x4juli.global.components.AbstractExtendedLogRecord |
getFormattedMessage, getLocationInformation, getStartTime, getThrowableInformation, setFormattedMessage, toString |
| Methods inherited from class java.util.logging.LogRecord |
getLevel, getLoggerName, getMessage, getMillis, getParameters, getResourceBundle, getResourceBundleName, getSequenceNumber, getSourceClassName, getSourceMethodName, getThreadID, getThrown, setLevel, setLoggerName, setMessage, setMillis, setParameters, setResourceBundle, setResourceBundleName, setSequenceNumber, setSourceClassName, setSourceMethodName, setThreadID, setThrown |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.x4juli.global.spi.ExtendedLogRecord |
getLevel, getLoggerName, getMessage, getMillis, getParameters, getResourceBundle, getResourceBundleName, getSequenceNumber, getSourceClassName, getSourceMethodName, getThreadID, getThrown, setLevel, setLoggerName, setMessage, setMillis, setParameters, setResourceBundle, setResourceBundleName, setSequenceNumber, setSourceClassName, setSourceMethodName, setThreadID, setThrown |
| Field Detail |
private static final long serialVersionUID
| Constructor Detail |
public ExtendedLogRecordImpl(java.util.logging.Level level,
java.lang.String msg)
level - msg -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||