Log4j 1.1b7

org.apache.log4j.spi
Interface Configurator

All Known Implementing Classes:
PropertyConfigurator, DOMConfigurator

public interface Configurator

Implemented by classes capable of configuring log4j using a URL.

Since:
1.0
Author:
Anders Kristensen

Method Summary
 void doConfigure(URL url, Hierarchy hierarchy)
          Interpret a resource pointed by a URL and set up log4j accordingly.
 

Method Detail

doConfigure

public void doConfigure(URL url,
                        Hierarchy hierarchy)
Interpret a resource pointed by a URL and set up log4j accordingly. The configuration is done relative to the hierarchy parameter.
Parameters:
url - The URL to parse
hierarchy - The hierarchy to operation upon.

Log4j 1.1b7

Please notify me about new log4j releases.