Class 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
    • Constructor Summary

      Constructors 
      Constructor Description
      EclipseLinkLogRecord​(java.util.logging.Level level, java.lang.String msg)  
    • 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 Accessor getConnection()
      • setConnection

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