Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.logging
Class EclipseLinkLogRecord

java.lang.Object
  extended by java.util.logging.LogRecord
      extended by org.eclipse.persistence.logging.EclipseLinkLogRecord

All Implemented Interfaces:
java.io.Serializable

public class EclipseLinkLogRecord
extends java.util.logging.LogRecord

INTERNAL:

Used to include TopLink's own logging properties that will be formatted by a TopLink Formatter

See Also:
Serialized Form

Field Summary
private  org.eclipse.persistence.internal.databaseaccess.Accessor connection
           
private  java.lang.String sessionString
           
private  boolean shouldLogExceptionStackTrace
           
private  boolean shouldPrintDate
           
private  boolean shouldPrintThread
           

 

Constructor Summary
EclipseLinkLogRecord(java.util.logging.Level level, java.lang.String msg)
           

 

Method Summary
 org.eclipse.persistence.internal.databaseaccess.Accessor getConnection()
           
 java.lang.String getSessionString()
           
 void setConnection(org.eclipse.persistence.internal.databaseaccess.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()
           

 

Methods inherited from class java.util.logging.LogRecord
getLevel, getLoggerName, getMessage, getMillis, getParameters, getResourceBundle, getResourceBundleName, getSequenceNumber, getSourceClassName, getSourceMethodName, getThreadID, getThrown, setLevel, setLoggerName, setMessage, setMillis, setParameters, setResourceBundle, setResourceBundleName, setSequenceNumber, setSourceClassName, setSourceMethodName, setThreadID, setThrown

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

sessionString

private java.lang.String sessionString

connection

private org.eclipse.persistence.internal.databaseaccess.Accessor connection

shouldLogExceptionStackTrace

private boolean shouldLogExceptionStackTrace

shouldPrintDate

private boolean shouldPrintDate

shouldPrintThread

private boolean shouldPrintThread

Constructor Detail

EclipseLinkLogRecord

public EclipseLinkLogRecord(java.util.logging.Level level,
                            java.lang.String msg)

Method Detail

getSessionString

public java.lang.String getSessionString()

setSessionString

public void setSessionString(java.lang.String sessionString)

getConnection

public org.eclipse.persistence.internal.databaseaccess.Accessor getConnection()

setConnection

public void setConnection(org.eclipse.persistence.internal.databaseaccess.Accessor connection)

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)

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.