Package org.apache.log4j.spi
Interface Configurator
- All Known Implementing Classes:
DOMConfigurator,PropertyConfigurator
public interface Configurator
Implemented by classes capable of configuring log4j using a URL.
- Since:
- 1.0
- Author:
- Anders Kristensen
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoiddoConfigure(URL url, LoggerRepository repository) Interpret a resource pointed by a URL and set up log4j accordingly.
-
Field Details
-
INHERITED
-
NULL
-
-
Method Details
-
doConfigure
Interpret a resource pointed by a URL and set up log4j accordingly. The configuration is done relative to thehierarchyparameter.- Parameters:
url- The URL to parserepository- The hierarchy to operation upon.
-