Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.3)

Part Number E13941-03

weblogic.logging.log4j
Class WLLog4jLogEvent

java.lang.Object
  extended by LoggingEvent
      extended by weblogic.logging.log4j.WLLog4jLogEvent
All Implemented Interfaces:
Externalizable, Serializable

public class WLLog4jLogEvent
extends LoggingEvent
implements Externalizable

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 getDiagnosticVolume()
           
 String getFormattedDate()
          Gets the formatted date string
 String getId()
           
 String getLogMessage()
           
 String getMachineName()
           
 String getServerName()
           
 int getSeverity()
           
 String getSubsystem()
           
 String getThreadName()
           
 ThrowableInfo getThrowableInfo()
          Deprecated.  
 ThrowableInformation getThrowableInformation()
           
 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

getThrowableInformation

public ThrowableInformation getThrowableInformation()

getFormattedDate

public String getFormattedDate()
Gets the formatted date string

Returns:

getId

public String getId()

getMachineName

public String getMachineName()

getServerName

public String getServerName()

getThreadName

public String getThreadName()

getTransactionId

public String getTransactionId()

getUserId

public String getUserId()

getSeverity

public int getSeverity()

getSubsystem

public String getSubsystem()

getTimestamp

public long getTimestamp()

getThrowableInfo

public ThrowableInfo getThrowableInfo()
Deprecated. 


getLogMessage

public String getLogMessage()

toString

public String toString()

getDiagnosticContextId

public String getDiagnosticContextId()
Gets the diagnostic context id associated with this log event.


setThrowableInfo

public void setThrowableInfo(ThrowableInfo thInfo)
Deprecated. 


getDiagnosticVolume

public String getDiagnosticVolume()

Copyright 1996, 2010, 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.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.3 API Reference
11g Release 1 (10.3.3)

Part Number E13941-03