Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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.

See Also:
Serialized Form

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()
           
 Properties getSupplementalAttributes()
          Gets the supplemental attributes associated with this log record.
 String getThreadName()
           
 ThrowableInformation getThrowableInformation()
           
 long getTimestamp()
           
 String getTransactionId()
           
 String getUserId()
           
 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

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()

getLogMessage

public String getLogMessage()

toString

public String toString()

getDiagnosticContextId

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

getDiagnosticVolume

public String getDiagnosticVolume()

getSupplementalAttributes

public Properties getSupplementalAttributes()
Gets the supplemental attributes associated with this log record.
Returns:
the supplemental attributes of this log record.

Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09