|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLoggingEvent
weblogic.logging.log4j.WLLog4jLogEvent
public class WLLog4jLogEvent
Defines the fields in the logging event which is passed on to all Appenders.
Method Summary | |
---|---|
String |
getDiagnosticContextId()
Gets the diagnostic context id associated with this log event. |
String |
getFormattedDate()
Gets the formatted date string |
String |
getId()
|
String |
getLogMessage()
|
String |
getMachineName()
|
String |
getServerName()
|
int |
getSeverity()
|
String |
getSubsystem()
|
String |
getThreadName()
|
ThrowableInfo |
getThrowableInfo()
Deprecated. |
long |
getTimestamp()
|
String |
getTransactionId()
|
String |
getUserId()
|
void |
setThrowableInfo(ThrowableInfo thInfo)
Deprecated. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.io.Externalizable |
---|
readExternal, writeExternal |
Method Detail |
---|
public String getFormattedDate()
public String getId()
public String getMachineName()
public String getServerName()
public String getThreadName()
public String getTransactionId()
public String getUserId()
public int getSeverity()
public String getSubsystem()
public long getTimestamp()
public ThrowableInfo getThrowableInfo()
public String getLogMessage()
public String toString()
public String getDiagnosticContextId()
public void setThrowableInfo(ThrowableInfo thInfo)
|
Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview Copyright 2007 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |