Class LoggingOptionsConfig


  • public class LoggingOptionsConfig
    extends Object
    INTERNAL:
    • Constructor Detail

      • LoggingOptionsConfig

        public LoggingOptionsConfig()
    • Method Detail

      • 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()