Class EclipseLinkLogRecord

  • All Implemented Interfaces:
    Serializable

    public class EclipseLinkLogRecord
    extends LogRecord
    INTERNAL:

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

    See Also:
    Serialized Form
    • Constructor Detail

      • EclipseLinkLogRecord

        public EclipseLinkLogRecord​(Level level,
                                    String msg)
    • Method Detail

      • getSessionString

        public String getSessionString()
      • setSessionString

        public void setSessionString​(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)