Class Logger


  • public class Logger
    extends java.lang.Object
    Since:
    2018-03-02
    • Method Summary

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

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

      • debug

        public void debug​(java.lang.Throwable throwable)
      • debug

        public void debug​(java.lang.String message)
      • debug

        public void debug​(java.lang.String message,
                          java.lang.Throwable throwable)
      • error

        public void error​(java.lang.Throwable throwable)
      • error

        public void error​(java.lang.String message)
      • error

        public void error​(java.lang.String message,
                          java.lang.Throwable throwable)