Class BasicConfigurator

    • Constructor Detail

      • BasicConfigurator

        protected BasicConfigurator()
        Constructs a new instance.
    • Method Detail

      • configure

        public static void configure​(Appender appender)
        Adds appender to the root category.
        Parameters:
        appender - The appender to add to the root category.
      • resetConfiguration

        public static void resetConfiguration()
        Resets the default hierarchy to its default. It is equivalent to calling Category.getDefaultHierarchy().resetConfiguration(). See Hierarchy.resetConfiguration() for more details.