|
Log4j Version 1.2.7: Class ReloadingPropertyConfigurator
org.apache.log4j.varia
Class ReloadingPropertyConfigurator
java.lang.Object
|
+--org.apache.log4j.varia.ReloadingPropertyConfigurator
- All Implemented Interfaces:
- Configurator
- public class ReloadingPropertyConfigurator
- extends Object
- implements Configurator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReloadingPropertyConfigurator
public ReloadingPropertyConfigurator()
doConfigure
public void doConfigure(URL url,
LoggerRepository repository)
- Description copied from interface:
Configurator
- Interpret a resource pointed by a URL and set up log4j accordingly.
The configuration is done relative to the
hierarchy
parameter.
- Specified by:
doConfigure in interface Configurator
- Following copied from interface:
org.apache.log4j.spi.Configurator
- Parameters:
url - The URL to parsehierarchy - The hierarchy to operation upon.
Copyright 2000-2002 Apache Software Foundation.
|