Class BasicConfigurator


  • public class BasicConfigurator
    extends java.lang.Object
    Provided for compatibility with Log4j 1.x.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BasicConfigurator()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void configure()  
      static void configure​(Appender appender)
      No-op implementation.
      static void resetConfiguration()
      No-op implementation.
      • Methods inherited from class java.lang.Object

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

      • BasicConfigurator

        protected BasicConfigurator()
    • Method Detail

      • configure

        public static void configure()
      • configure

        public static void configure​(Appender appender)
        No-op implementation.
        Parameters:
        appender - The appender.
      • resetConfiguration

        public static void resetConfiguration()
        No-op implementation.