Class LogHelper


  • public class LogHelper
    extends java.lang.Object
    The logging relataed methods have been refactored out of Utils class which exists in impl module.
    • Field Summary

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

      Constructors 
      Constructor Description
      LogHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.logging.Logger getDefaultLogger()  
      static boolean isLoggable​(java.util.logging.Level level)  
      • Methods inherited from class java.lang.Object

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

      • logger

        private static final java.util.logging.Logger logger
    • Constructor Detail

      • LogHelper

        public LogHelper()
    • Method Detail

      • getDefaultLogger

        public static java.util.logging.Logger getDefaultLogger()
      • isLoggable

        public static boolean isLoggable​(java.util.logging.Level level)
        Returns:
        See Also:
        Logger.isLoggable(java.util.logging.Level)