- java.lang.Object
-
- java.util.logging.LogRecord
-
- org.eclipse.persistence.logging.jul.EclipseLinkLogRecord
-
- org.eclipse.persistence.logging.EclipseLinkLogRecord
-
- All Implemented Interfaces:
Serializable
@Deprecated(forRemoval=true, since="4.0.9") public class EclipseLinkLogRecord extends EclipseLinkLogRecord
Deprecated, for removal: This API element is subject to removal in a future version.UseEclipseLinkLogRecordinsteadTopLink's own logging properties that will be formatted by a TopLink Formatter.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EclipseLinkLogRecord(Level level, String msg)Deprecated, for removal: This API element is subject to removal in a future version.Creates a new instance of TopLink's own logging properties.
-
Method Summary
-
Methods inherited from class org.eclipse.persistence.logging.jul.EclipseLinkLogRecord
getConnection, getConnectionId, getSessionString, setConnection, setConnectionId, setSessionString, setShouldLogExceptionStackTrace, setShouldPrintDate, setShouldPrintThread, shouldLogExceptionStackTrace, shouldPrintDate, shouldPrintThread
-
Methods inherited from class java.util.logging.LogRecord
getInstant, getLevel, getLoggerName, getMessage, getMillis, getParameters, getResourceBundle, getResourceBundleName, getSequenceNumber, getSourceClassName, getSourceMethodName, getThreadID, getThrown, setInstant, setLevel, setLoggerName, setMessage, setMillis, setParameters, setResourceBundle, setResourceBundleName, setSequenceNumber, setSourceClassName, setSourceMethodName, setThreadID, setThrown
-
-