Class Logger.SystemOutLogger

  • All Implemented Interfaces:
    Logger
    Enclosing interface:
    Logger

    public static class Logger.SystemOutLogger
    extends java.lang.Object
    implements Logger
    • Constructor Summary

      Constructors 
      Constructor Description
      SystemOutLogger()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void log​(java.util.logging.Level level, java.lang.String msg)  
      void log​(java.util.logging.Level level, java.lang.String msg, java.lang.Throwable th)  
      • Methods inherited from class java.lang.Object

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

      • SystemOutLogger

        public SystemOutLogger()
    • Method Detail

      • log

        public void log​(java.util.logging.Level level,
                        java.lang.String msg)
        Specified by:
        log in interface Logger
      • log

        public void log​(java.util.logging.Level level,
                        java.lang.String msg,
                        java.lang.Throwable th)
        Specified by:
        log in interface Logger