|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.logging.LogRecord
weblogic.logging.WLLogRecord
WebLogic extensions to java.util.logging.LogRecord Defines the fields in the log records which are specific to WLS.
Constructor Summary | |
WLLogRecord(Level level,
String msg)
|
|
WLLogRecord(Level level,
String msg,
Throwable t)
|
Method Summary | |
String |
getDiagnosticContextId()
Gets the diagnostic context id associated with this log event. |
String |
getFormattedDate()
Gets the formatted date string |
String |
getId()
Gets the message id of this log entry |
String |
getLogMessage()
Gets the message content of this log entry. |
String |
getMachineName()
Gets the machine name on which this log entry was created |
String |
getServerName()
Gets the server name on which this log entry was created |
int |
getSeverity()
Gets the severity level for this message. |
String |
getSubsystem()
Gets the name of the subsystem emitting this message |
String |
getThreadName()
Gets the thread name in which this event was generated. |
weblogic.logging.ThrowableInfo |
getThrowableInfo()
Gets the exception associated with this log event. |
long |
getTimestamp()
Gets the timestamp when this message was created. |
String |
getTransactionId()
Gets the JTA transaction id. |
String |
getUserId()
Gets the user id who generated this log event. |
void |
setThrowableInfo(weblogic.logging.ThrowableInfo thInfo)
Sets the exception associated with this log event. |
void |
setThrown(Throwable t)
|
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public WLLogRecord(Level level, String msg)
public WLLogRecord(Level level, String msg, Throwable t)
Method Detail |
public String getDiagnosticContextId()
getDiagnosticContextId
in interface weblogic.logging.LogEntry
public String getFormattedDate()
getFormattedDate
in interface weblogic.logging.LogEntry
public String getId()
weblogic.logging.LogEntry
getId
in interface weblogic.logging.LogEntry
public String getLogMessage()
weblogic.logging.LogEntry
getLogMessage
in interface weblogic.logging.LogEntry
public String getMachineName()
weblogic.logging.LogEntry
getMachineName
in interface weblogic.logging.LogEntry
public String getServerName()
weblogic.logging.LogEntry
getServerName
in interface weblogic.logging.LogEntry
public int getSeverity()
weblogic.logging.LogEntry
getSeverity
in interface weblogic.logging.LogEntry
public String getSubsystem()
weblogic.logging.LogEntry
getSubsystem
in interface weblogic.logging.LogEntry
public String getThreadName()
weblogic.logging.LogEntry
getThreadName
in interface weblogic.logging.LogEntry
public weblogic.logging.ThrowableInfo getThrowableInfo()
getThrowableInfo
in interface weblogic.logging.LogEntry
public long getTimestamp()
weblogic.logging.LogEntry
getTimestamp
in interface weblogic.logging.LogEntry
public String getTransactionId()
weblogic.logging.LogEntry
getTransactionId
in interface weblogic.logging.LogEntry
public String getUserId()
weblogic.logging.LogEntry
getUserId
in interface weblogic.logging.LogEntry
public void setThrowableInfo(weblogic.logging.ThrowableInfo thInfo)
weblogic.logging.LogEntry
setThrowableInfo
in interface weblogic.logging.LogEntry
public void setThrown(Throwable t)
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |