Class LogSupport


  • class LogSupport
    extends java.lang.Object
    Logging related methods.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static boolean debug  
      private static java.util.logging.Level level  
      private static java.util.logging.Logger logger  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LogSupport()
      Constructor.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isLoggable()  
      static void log​(java.lang.String msg)  
      static void log​(java.lang.String msg, java.lang.Throwable t)  
      • Methods inherited from class java.lang.Object

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

      • debug

        private static boolean debug
      • logger

        private static java.util.logging.Logger logger
      • level

        private static final java.util.logging.Level level
    • Constructor Detail

      • LogSupport

        private LogSupport()
        Constructor.
    • Method Detail

      • log

        public static void log​(java.lang.String msg)
      • log

        public static void log​(java.lang.String msg,
                               java.lang.Throwable t)
      • isLoggable

        public static boolean isLoggable()