|
Oracle | ||||||||||
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)
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |