Package org.apache.log4j
Class PropertyConfigurator
java.lang.Object
org.apache.log4j.PropertyConfigurator
- All Implemented Interfaces:
- Configurator
A no-op implementation of PropertyConfigurator.
- 
Field SummaryFields inherited from interface org.apache.log4j.spi.ConfiguratorINHERITED, NULL
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidstatic voidstatic voidconfigure(Properties properties) static voidconfigureAndWatch(String configFilename) static voidconfigureAndWatch(String configFilename, long delay) voiddoConfigure(String configFileName, LoggerRepository hierarchy) voiddoConfigure(URL configURL, LoggerRepository hierarchy) Interpret a resource pointed by a URL and set up log4j accordingly.voiddoConfigure(Properties properties, LoggerRepository hierarchy) 
- 
Constructor Details- 
PropertyConfiguratorpublic PropertyConfigurator()
 
- 
- 
Method Details- 
configure
- 
configure
- 
configure
- 
configureAndWatch
- 
configureAndWatch
- 
doConfigure
- 
doConfigure
- 
doConfigureDescription copied from interface:ConfiguratorInterpret a resource pointed by a URL and set up log4j accordingly. The configuration is done relative to thehierarchyparameter.- Specified by:
- doConfigurein interface- Configurator
- Parameters:
- configURL- The URL to parse
- hierarchy- The hierarchy to operation upon.
 
 
-