Class DefaultConsoleLogger

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.PrintStream err()  
      void log​(java.lang.String msg)  
      void log​(LogLevel level, java.lang.String msg)  
      java.io.PrintStream out()  
      • Methods inherited from class java.lang.Object

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

      • DefaultConsoleLogger

        public DefaultConsoleLogger()
    • Method Detail

      • log

        public void log​(java.lang.String msg)
        Specified by:
        log in interface ConsoleLogger
      • out

        public java.io.PrintStream out()
        Specified by:
        out in interface ConsoleLogger
      • err

        public java.io.PrintStream err()
        Specified by:
        err in interface ConsoleLogger