Class DefaultLogger

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private DefaultLogger()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void initialize()  
      void msg​(java.lang.String txt)  
      void msg​(MessageType type, java.lang.String txt)  
      • Methods inherited from class java.lang.Object

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

      • errorLogger

        private static final java.util.logging.Logger errorLogger
      • infoLogger

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

      • DefaultLogger

        private DefaultLogger()
    • Method Detail

      • initialize

        public static void initialize()
      • msg

        public void msg​(java.lang.String txt)
        Specified by:
        msg in interface MessageHandler