org.apache.log4j
Class BasicConfigurator

java.lang.Object
  extended by org.apache.log4j.BasicConfigurator

public class BasicConfigurator
extends Object

Provided for compatibility with Log4j 1.x.


Constructor Summary
protected BasicConfigurator()
           
 
Method Summary
static void configure()
          No-op implementation.
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()
No-op implementation.


configure

public static void configure(Appender appender)
No-op implementation.


resetConfiguration

public static void resetConfiguration()
No-op implementation.



Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.