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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doConfigure
(URL url, LoggerRepository repository) Interpret a resource pointed by a URL and set up log4j accordingly.
-
Field Details
-
Method Details
-
doConfigure
Interpret a resource pointed by a URL and set up log4j accordingly. The configuration is done relative to thehierarchy
parameter.- Parameters:
url
- The URL to parserepository
- The hierarchy to operation upon.
-