public class ReloadingPropertyConfigurator extends java.lang.Object implements Configurator
| Modifier and Type | Field and Description |
|---|---|
(package private) PropertyConfigurator |
delegate |
INHERITED, NULL| Constructor and Description |
|---|
ReloadingPropertyConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
doConfigure(java.io.InputStream inputStream,
LoggerRepository repository)
Interpret a resource pointed by a InputStream and set up log4j accordingly.
|
void |
doConfigure(java.net.URL url,
LoggerRepository repository)
Interpret a resource pointed by a URL and set up log4j accordingly.
|
PropertyConfigurator delegate
public void doConfigure(java.io.InputStream inputStream,
LoggerRepository repository)
Configuratorhierarchy
parameter.doConfigure in interface ConfiguratorinputStream - The InputStream to parserepository - The hierarchy to operation upon.public void doConfigure(java.net.URL url,
LoggerRepository repository)
Configuratorhierarchy
parameter.doConfigure in interface Configuratorurl - The URL to parserepository - The hierarchy to operation upon.