com.bea.logging.BaseLogEntry, java.io.Externalizable, java.io.Serializable, weblogic.logging.LogEntrypublic class WLLog4jLogEvent
extends java.lang.Object
implements java.io.Externalizable
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getDiagnosticContextId() |
Gets the diagnostic context id associated with this log event.
|
java.lang.String |
getDiagnosticVolume() |
|
java.lang.String |
getFormattedDate() |
Gets the formatted date string
|
java.lang.String |
getId() |
Gets the message id of this log entry
|
java.lang.String |
getLogMessage() |
Gets the message content of this log entry.
|
java.lang.String |
getMachineName() |
Gets the machine name on which this log entry was created
|
java.lang.String |
getServerName() |
Gets the server name on which this log entry was created
|
int |
getSeverity() |
Gets the severity level for this message.
|
java.lang.String |
getSubsystem() |
Gets the name of the subsystem emitting this message
|
java.util.Properties |
getSupplementalAttributes() |
Gets the supplemental attributes associated with this log record.
|
java.lang.String |
getThreadName() |
Gets the thread name in which this event was generated.
|
org.apache.log4j.spi.ThrowableInformation |
getThrowableInformation() |
|
long |
getTimestamp() |
Gets the timestamp when this message was created.
|
java.lang.String |
getTransactionId() |
Gets the JTA transaction id.
|
java.lang.String |
getUserId() |
Gets the user id who generated this log event.
|
java.lang.String |
toString() |
public org.apache.log4j.spi.ThrowableInformation getThrowableInformation()
public java.lang.String getFormattedDate()
getFormattedDate in interface com.bea.logging.BaseLogEntrypublic java.lang.String getId()
BaseLogEntrygetId in interface com.bea.logging.BaseLogEntrypublic java.lang.String getMachineName()
BaseLogEntrygetMachineName in interface com.bea.logging.BaseLogEntrypublic java.lang.String getServerName()
BaseLogEntrygetServerName in interface com.bea.logging.BaseLogEntrypublic java.lang.String getThreadName()
BaseLogEntrygetThreadName in interface com.bea.logging.BaseLogEntrypublic java.lang.String getTransactionId()
BaseLogEntrygetTransactionId in interface com.bea.logging.BaseLogEntrypublic java.lang.String getUserId()
BaseLogEntrygetUserId in interface com.bea.logging.BaseLogEntrypublic int getSeverity()
BaseLogEntrygetSeverity in interface com.bea.logging.BaseLogEntrypublic java.lang.String getSubsystem()
BaseLogEntrygetSubsystem in interface com.bea.logging.BaseLogEntrypublic long getTimestamp()
BaseLogEntrygetTimestamp in interface com.bea.logging.BaseLogEntrypublic java.lang.String getLogMessage()
BaseLogEntrygetLogMessage in interface com.bea.logging.BaseLogEntrypublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getDiagnosticContextId()
getDiagnosticContextId in interface com.bea.logging.BaseLogEntrypublic java.lang.String getDiagnosticVolume()
public java.util.Properties getSupplementalAttributes()
getSupplementalAttributes in interface com.bea.logging.BaseLogEntry