Package org.apache.log4j.varia
Class ReloadingPropertyConfigurator
java.lang.Object
org.apache.log4j.varia.ReloadingPropertyConfigurator
- All Implemented Interfaces:
Configurator
-
Field Summary
Fields inherited from interface org.apache.log4j.spi.Configurator
INHERITED, NULL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doConfigure
(InputStream inputStream, LoggerRepository repository) Interpret a resource pointed by a InputStream and set up log4j accordingly.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
Description copied from interface:Configurator
Interpret a resource pointed by a InputStream and set up log4j accordingly. The configuration is done relative to thehierarchy
parameter.- Specified by:
doConfigure
in interfaceConfigurator
- Parameters:
inputStream
- The InputStream to parserepository
- The hierarchy to operation upon.- Since:
- 1.2.17
-
doConfigure
Description copied from interface:Configurator
Interpret a resource pointed by a URL and set up log4j accordingly. The configuration is done relative to thehierarchy
parameter.- Specified by:
doConfigure
in interfaceConfigurator
- Parameters:
url
- The URL to parserepository
- The hierarchy to operation upon.
-