public class OracleLogRecord
extends java.util.logging.LogRecord
LogRecord, which provides additional
information captured in the trace records.| Constructor and Description |
|---|
OracleLogRecord(java.util.logging.Level level,
SecurityLabel label,
ImmutableTraceAttributes attributes,
java.lang.String msg)
Create an OracleLogRecord with a Level and a
set of ConnectionAttributes.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityLabel |
getSecurityLabel()
Get the
SecurityLabel of this logging event. |
java.lang.String |
getThreadName()
Get the thread name of this logging event.
|
TraceAttributes |
getTraceAttributes() |
void |
setThreadName(java.lang.String threadName)
Set the thread name of this logging event.
|
void |
setTraceAttributes(ImmutableTraceAttributes attributes) |
getLevel, getLoggerName, getMessage, getMillis, getParameters, getResourceBundle, getResourceBundleName, getSequenceNumber, getSourceClassName, getSourceMethodName, getThreadID, getThrown, setLevel, setLoggerName, setMessage, setMillis, setParameters, setResourceBundle, setResourceBundleName, setSequenceNumber, setSourceClassName, setSourceMethodName, setThreadID, setThrownpublic OracleLogRecord(java.util.logging.Level level,
SecurityLabel label,
ImmutableTraceAttributes attributes,
java.lang.String msg)
level - attributes - public void setTraceAttributes(ImmutableTraceAttributes attributes)
public TraceAttributes getTraceAttributes()
public void setThreadName(java.lang.String threadName)
public java.lang.String getThreadName()
public SecurityLabel getSecurityLabel()
SecurityLabel of this logging event.