BEA Systems, Inc.

weblogic.logging
Class WLLogRecord

java.lang.Object
  extended by java.util.logging.LogRecord
      extended by com.bea.logging.BaseLogRecord
          extended by weblogic.logging.WLLogRecord
All Implemented Interfaces:
BaseLogEntry, Externalizable, Serializable

public class WLLogRecord
extends BaseLogRecord
implements Externalizable

WebLogic extensions to java.util.logging.LogRecord Defines the fields in the log records which are specific to WLS.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.bea.logging.BaseLogEntry
DEFAULT_ID, DEFAULT_SUBSYSTEM
 
Constructor Summary
WLLogRecord(Level level, String msg)
           
WLLogRecord(Level level, String msg, Throwable t)
           
 
Method Summary
 ThrowableInfo getThrowableInfo()
          Deprecated.  
 void setThrowableInfo(ThrowableInfo thInfo)
          Deprecated.  
 
Methods inherited from class com.bea.logging.BaseLogRecord
ensureFormattedDateInitialized, getDiagnosticContextId, getFormattedDate, getId, getLogMessage, getMachineName, getServerName, getSeverity, getSubsystem, getThreadName, getThrowableWrapper, getTimestamp, getTransactionId, getUserId, setId, setLevel, setLoggerName, setThrowableWrapper, setThrown
 
Methods inherited from class java.util.logging.LogRecord
getLevel, getLoggerName, getMessage, getMillis, getParameters, getResourceBundle, getResourceBundleName, getSequenceNumber, getSourceClassName, getSourceMethodName, getThreadID, getThrown, setMessage, setMillis, setParameters, setResourceBundle, setResourceBundleName, setSequenceNumber, setSourceClassName, setSourceMethodName, setThreadID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 
Methods inherited from interface com.bea.logging.BaseLogEntry
setDiagnosticContextId, setMachineName, setServerName, setTransactionId, setUserId
 

Constructor Detail

WLLogRecord

public WLLogRecord(Level level,
                   String msg)

WLLogRecord

public WLLogRecord(Level level,
                   String msg,
                   Throwable t)
Method Detail

getThrowableInfo

public ThrowableInfo getThrowableInfo()
Deprecated. 

Gets the exception associated with this log event.


setThrowableInfo

public void setThrowableInfo(ThrowableInfo thInfo)
Deprecated. 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs100
Copyright 2006 BEA Systems Inc.