Package org.apache.log4j
Class BasicConfigurator
- java.lang.Object
 - 
- org.apache.log4j.BasicConfigurator
 
 
- 
@Deprecated(since="2022-01-27") public class BasicConfigurator extends java.lang.ObjectDeprecated.Apache Log4j 1 has reached end of life in 2015 and is no longer supported.A minimal (nop) implementation of BasicConfigurator. 
- 
- 
Constructor Summary
Constructors Constructor Description BasicConfigurator()Deprecated. 
- 
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidconfigure()Deprecated.static voidconfigure(Appender appender)Deprecated.static voidresetConfiguration()Deprecated. 
 - 
 
- 
- 
Method Detail
- 
configure
public static void configure()
Deprecated. 
- 
configure
public static void configure(Appender appender)
Deprecated. 
- 
resetConfiguration
public static void resetConfiguration()
Deprecated. 
 - 
 
 -