Class OutputHandler.LogOutput

    • Constructor Summary

      Constructors 
      Constructor Description
      LogOutput()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void debug​(java.lang.String msg)  
      void output​(java.lang.String msg)  
      void warn​(java.lang.String msg)  
      void warn​(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

      • LogOutput

        public LogOutput()
    • Method Detail

      • output

        public void output​(java.lang.String msg)
        Specified by:
        output in interface OutputHandler
      • debug

        public void debug​(java.lang.String msg)
        Specified by:
        debug in interface OutputHandler
      • warn

        public void warn​(java.lang.String msg)
        Specified by:
        warn in interface OutputHandler
      • warn

        public void warn​(java.lang.String msg,
                         java.lang.Throwable th)
        Specified by:
        warn in interface OutputHandler