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 debug​(int level, java.lang.String format, java.lang.Object... args)  
      static boolean hasDebugLevel​(int level)
      Allows to check whether the logging on given 'level' would produce any output.
      static void setDebugLevel​(int level)  
      • 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

      • debug

        public static void debug​(int level,
                                 java.lang.String format,
                                 java.lang.Object... args)
      • setDebugLevel

        public static void setDebugLevel​(int level)
      • hasDebugLevel

        public static boolean hasDebugLevel​(int level)
        Allows to check whether the logging on given 'level' would produce any output.
        Parameters:
        level -
        Returns:
        true if log would generate output for the given debug level