Class LogManager


  • public final class LogManager
    extends Object
    • Field Detail

      • DEFAULT_CONFIGURATION_FILE

        @Deprecated
        public static final String DEFAULT_CONFIGURATION_FILE
        Deprecated.
        This variable is for internal use only. It will become package protected in future versions.
        See Also:
        Constant Field Values
      • DEFAULT_CONFIGURATION_KEY

        @Deprecated
        public static final String DEFAULT_CONFIGURATION_KEY
        Deprecated.
        This variable is for internal use only. It will become private in future versions.
        See Also:
        Constant Field Values
      • CONFIGURATOR_CLASS_KEY

        @Deprecated
        public static final String CONFIGURATOR_CLASS_KEY
        Deprecated.
        This variable is for internal use only. It will become private in future versions.
        See Also:
        Constant Field Values
      • DEFAULT_INIT_OVERRIDE_KEY

        @Deprecated
        public static final String DEFAULT_INIT_OVERRIDE_KEY
        Deprecated.
        This variable is for internal use only. It will become private in future versions.
        See Also:
        Constant Field Values
    • Method Detail

      • getRootLogger

        public static Logger getRootLogger()
      • getLogger

        public static Logger getLogger​(String name)
      • getLogger

        public static Logger getLogger​(Class<?> clazz)
      • getCurrentLoggers

        public static Enumeration getCurrentLoggers()
      • shutdown

        public static void shutdown()
        No-op implementation.
      • resetConfiguration

        public static void resetConfiguration()
        No-op implementation.