Class Log


  • public class Log
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Log()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void error​(java.lang.String string)  
      static void error​(java.lang.String message, java.lang.Throwable exception)  
      static void info​(java.lang.String string)  
      • Methods inherited from class java.lang.Object

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

      • Log

        public Log()
    • Method Detail

      • error

        public static void error​(java.lang.String string)
      • error

        public static void error​(java.lang.String message,
                                 java.lang.Throwable exception)
      • info

        public static void info​(java.lang.String string)