Class Logging.Manager

  • Enclosing class:
    Logging

    public static class Logging.Manager
    extends java.util.logging.LogManager
    Custom LogManager.
    • Field Summary

      • Fields inherited from class java.util.logging.LogManager

        LOGGING_MXBEAN_NAME
    • Constructor Summary

      Constructors 
      Constructor Description
      Manager()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void reset()  
      static void resetFinally()  
      • Methods inherited from class java.util.logging.LogManager

        addConfigurationListener, addLogger, checkAccess, getLogger, getLoggerNames, getLoggingMXBean, getLogManager, getProperty, readConfiguration, readConfiguration, removeConfigurationListener, updateConfiguration, updateConfiguration
      • Methods inherited from class java.lang.Object

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

      • Manager

        public Manager()
    • Method Detail

      • reset

        public void reset()
        Overrides:
        reset in class java.util.logging.LogManager
      • resetFinally

        public static void resetFinally()