Class VPFLogger


  • public class VPFLogger
    extends Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static boolean levelSet  
      protected static Logger LOGGER
      The logger for the vpf module.
      protected static Level loggerLevel  
    • Constructor Summary

      Constructors 
      Constructor Description
      VPFLogger()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Logger getLogger()  
      static Level getLoggerLevel()  
      static boolean isLoggable​(Level level)  
      static void log​(String msg)  
      static void setLoggerLevel​(Level level)  
      • Methods inherited from class Object

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

      • LOGGER

        protected static final Logger LOGGER
        The logger for the vpf module.
      • loggerLevel

        protected static Level loggerLevel
      • levelSet

        protected static boolean levelSet
    • Constructor Detail

      • VPFLogger

        public VPFLogger()
    • Method Detail

      • getLogger

        public static Logger getLogger()
      • getLoggerLevel

        public static Level getLoggerLevel()
      • setLoggerLevel

        public static void setLoggerLevel​(Level level)
      • log

        public static void log​(String msg)
      • isLoggable

        public static boolean isLoggable​(Level level)