org.x4juli.global.spi
Class ExtendedLogRecordImpl

java.lang.Object
  extended byjava.util.logging.LogRecord
      extended byorg.x4juli.global.components.AbstractExtendedLogRecord
          extended byorg.x4juli.global.spi.ExtendedLogRecordImpl
All Implemented Interfaces:
ExtendedLogRecord, LogRecord, java.io.Serializable

public class ExtendedLogRecordImpl
extends AbstractExtendedLogRecord

The ExtendedLogRecordImpl is for use in log wrapper kits. In example Jakarta Commons Logging.

Since:
0.5
See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ExtendedLogRecordImpl

public ExtendedLogRecordImpl(java.util.logging.Level level,
                             java.lang.String msg)
Parameters:
level -
msg -


${license_html}