Module org.eclipse.persistence.core
Package org.eclipse.persistence.logging
Class EclipseLinkLogRecord
java.lang.Object
java.util.logging.LogRecord
org.eclipse.persistence.logging.EclipseLinkLogRecord
- All Implemented Interfaces:
Serializable
INTERNAL:
Used to include TopLink's own logging properties that will be formatted by a TopLink Formatter
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setConnection
(Accessor connection) void
setSessionString
(String sessionString) void
setShouldLogExceptionStackTrace
(boolean shouldLogExceptionStackTrace) void
setShouldPrintDate
(boolean shouldPrintDate) void
setShouldPrintThread
(boolean shouldPrintThread) boolean
boolean
boolean
Methods inherited from class java.util.logging.LogRecord
getInstant, getLevel, getLoggerName, getLongThreadID, getMessage, getMillis, getParameters, getResourceBundle, getResourceBundleName, getSequenceNumber, getSourceClassName, getSourceMethodName, getThreadID, getThrown, setInstant, setLevel, setLoggerName, setLongThreadID, setMessage, setMillis, setParameters, setResourceBundle, setResourceBundleName, setSequenceNumber, setSourceClassName, setSourceMethodName, setThreadID, setThrown
-
Constructor Details
-
EclipseLinkLogRecord
-
-
Method Details
-
getSessionString
-
setSessionString
-
getConnection
-
setConnection
-
shouldLogExceptionStackTrace
public boolean shouldLogExceptionStackTrace() -
setShouldLogExceptionStackTrace
public void setShouldLogExceptionStackTrace(boolean shouldLogExceptionStackTrace) -
shouldPrintDate
public boolean shouldPrintDate() -
setShouldPrintDate
public void setShouldPrintDate(boolean shouldPrintDate) -
shouldPrintThread
public boolean shouldPrintThread() -
setShouldPrintThread
public void setShouldPrintThread(boolean shouldPrintThread)
-