Save This Page
Home » slf4j-1.5.5 » org.apache » log4j » lf5 » [javadoc | source]
org.apache.log4j.lf5
public class: DefaultLF5Configurator [javadoc | source]
java.lang.Object
   org.apache.log4j.lf5.DefaultLF5Configurator

All Implemented Interfaces:
    Configurator

The DefaultLF5Configurator provides a default configuration for the LF5Appender. Note: The preferred method for configuring a LF5Appender is to use the LF5Manager class. This class ensures that configuration does not occur multiple times, and improves system performance. Reconfiguring the monitor multiple times can result in unexpected behavior.
Method from org.apache.log4j.lf5.DefaultLF5Configurator Summary:
configure,   doConfigure
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.log4j.lf5.DefaultLF5Configurator Detail:
 public static  void configure() throws IOException 
    This method configures the LF5Appender using a default configuration file. The default configuration file is defaultconfig.properties.
 public  void doConfigure(URL configURL,
    LoggerRepository repository) 
    This is a dummy method that will throw an IllegalStateException if used.