public class EclipseLinkLogRecord
extends java.util.logging.LogRecord
Used to include TopLink's own logging properties that will be formatted by a TopLink Formatter
Constructor and Description |
---|
EclipseLinkLogRecord(java.util.logging.Level level,
java.lang.String msg) |
Modifier and Type | Method and Description |
---|---|
Accessor |
getConnection() |
java.lang.String |
getSessionString() |
void |
setConnection(Accessor connection) |
void |
setSessionString(java.lang.String sessionString) |
void |
setShouldLogExceptionStackTrace(boolean shouldLogExceptionStackTrace) |
void |
setShouldPrintDate(boolean shouldPrintDate) |
void |
setShouldPrintThread(boolean shouldPrintThread) |
boolean |
shouldLogExceptionStackTrace() |
boolean |
shouldPrintDate() |
boolean |
shouldPrintThread() |
getLevel, getLoggerName, getMessage, getMillis, getParameters, getResourceBundle, getResourceBundleName, getSequenceNumber, getSourceClassName, getSourceMethodName, getThreadID, getThrown, setLevel, setLoggerName, setMessage, setMillis, setParameters, setResourceBundle, setResourceBundleName, setSequenceNumber, setSourceClassName, setSourceMethodName, setThreadID, setThrown
public EclipseLinkLogRecord(java.util.logging.Level level, java.lang.String msg)
public java.lang.String getSessionString()
public void setSessionString(java.lang.String sessionString)
public Accessor getConnection()
public void setConnection(Accessor connection)
public boolean shouldLogExceptionStackTrace()
public void setShouldLogExceptionStackTrace(boolean shouldLogExceptionStackTrace)
public boolean shouldPrintDate()
public void setShouldPrintDate(boolean shouldPrintDate)
public boolean shouldPrintThread()
public void setShouldPrintThread(boolean shouldPrintThread)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference