Package org.apache.log4j.spi
Interface Configurator
- All Known Implementing Classes:
DOMConfigurator
,PropertyConfigurator
Deprecated.
Apache Log4j 1 has reached end of life in 2015 and is no longer supported.
Implemented by classes capable of configuring log4j using a URL.
- Since:
- 1.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
doConfigure
(URL url, LoggerRepository repository) Deprecated.Interpret a resource pointed by a URL and set up log4j accordingly.
-
Field Details
-
INHERITED
Deprecated.Special level value signifying inherited behaviour. The current value of this string constant is inherited.NULL
is a synonym.- See Also:
-
NULL
Deprecated.Special level signifying inherited behaviour, same asINHERITED
. The current value of this string constant is null.- See Also:
-
-
Method Details
-
doConfigure
Deprecated.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.
-