Class LoggingFacadeImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.logging.Logger LOG  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void logConfig​(java.lang.String message, java.lang.Throwable t)  
      void logSevere​(java.lang.String message, java.lang.Throwable t)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOG

        private static final java.util.logging.Logger LOG
    • Constructor Detail

      • LoggingFacadeImpl

        LoggingFacadeImpl()
    • Method Detail

      • logSevere

        public void logSevere​(java.lang.String message,
                              java.lang.Throwable t)
        Specified by:
        logSevere in interface LoggingFacade
      • logConfig

        public void logConfig​(java.lang.String message,
                              java.lang.Throwable t)
        Specified by:
        logConfig in interface LoggingFacade