org.apache.log4j.varia

Class ReloadingPropertyConfigurator

Implemented Interfaces:
Configurator

public class ReloadingPropertyConfigurator
extends Object
implements Configurator

Fields inherited from interface org.apache.log4j.spi.Configurator

INHERITED, NULL

Constructor Summary

ReloadingPropertyConfigurator()

Method Summary

void
doConfigure(URL url, LoggerRepository repository)
Interpret a resource pointed by a URL and set up log4j accordingly.

Constructor Details

ReloadingPropertyConfigurator

public ReloadingPropertyConfigurator()

Method Details

doConfigure

public void doConfigure(URL url,
                        LoggerRepository repository)
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
Parameters:
url - The URL to parse
repository - The hierarchy to operation upon.

Copyright 2000-2005 Apache Software Foundation.