java.lang.Object
org.eclipse.persistence.internal.sessions.factories.model.log.LoggingOptionsConfig

public class LoggingOptionsConfig extends Object
INTERNAL:
  • Constructor Details

    • LoggingOptionsConfig

      public LoggingOptionsConfig()
  • Method Details

    • setShouldLogExceptionStackTrace

      public void setShouldLogExceptionStackTrace(Boolean shouldLogExceptionStackTrace)
    • getShouldLogExceptionStackTrace

      public Boolean getShouldLogExceptionStackTrace()
    • setShouldPrintDate

      public void setShouldPrintDate(Boolean shouldPrintDate)
    • getShouldPrintDate

      public Boolean getShouldPrintDate()
    • setShouldPrintSession

      public void setShouldPrintSession(Boolean shouldPrintSession)
    • getShouldPrintSession

      public Boolean getShouldPrintSession()
    • setShouldPrintThread

      public void setShouldPrintThread(Boolean shouldPrintThread)
    • getShouldPrintThread

      public Boolean getShouldPrintThread()
    • setShouldPrintConnection

      public void setShouldPrintConnection(Boolean shouldPrintConnection)
    • getShouldPrintConnection

      public Boolean getShouldPrintConnection()