Package org.apache.log4j
Class PropertyConfigurator
java.lang.Object
org.apache.log4j.PropertyConfigurator
- All Implemented Interfaces:
Configurator
A no-op implementation of PropertyConfigurator.
-
Field Summary
Fields inherited from interface org.apache.log4j.spi.Configurator
INHERITED, NULL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
static void
configure
(Properties properties) static void
configureAndWatch
(String configFilename) static void
configureAndWatch
(String configFilename, long delay) void
doConfigure
(String configFileName, LoggerRepository hierarchy) void
doConfigure
(URL configURL, LoggerRepository hierarchy) Interpret a resource pointed by a URL and set up log4j accordingly.void
doConfigure
(Properties properties, LoggerRepository hierarchy)
-
Constructor Details
-
PropertyConfigurator
public PropertyConfigurator()
-
-
Method Details
-
configure
-
configure
-
configure
-
configureAndWatch
-
configureAndWatch
-
doConfigure
-
doConfigure
-
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:
configURL
- The URL to parsehierarchy
- The hierarchy to operation upon.
-