Package org.apache.log4j.xml
Class DOMConfigurator
java.lang.Object
org.apache.log4j.xml.DOMConfigurator
- All Implemented Interfaces:
Configurator
Deprecated.
-
Field Summary
Fields inherited from interface org.apache.log4j.spi.Configurator
INHERITED, NULL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidDeprecated.static voidDeprecated.static voidDeprecated.static voidconfigureAndWatch(String configFilename) Deprecated.static voidconfigureAndWatch(String configFilename, long delay) Deprecated.voiddoConfigure(InputStream inputStream, LoggerRepository repository) Deprecated.voiddoConfigure(Reader reader, LoggerRepository repository) Deprecated.voiddoConfigure(String filename, LoggerRepository repository) Deprecated.voiddoConfigure(URL url, LoggerRepository repository) Deprecated.Interpret a resource pointed by a URL and set up log4j accordingly.voiddoConfigure(Element element, LoggerRepository repository) Deprecated.static Stringsubst(String value, Properties props) Deprecated.
-
Constructor Details
-
DOMConfigurator
public DOMConfigurator()Deprecated.
-
-
Method Details
-
configure
Deprecated. -
configure
Deprecated.- Throws:
FactoryConfigurationError
-
configure
Deprecated.- Throws:
FactoryConfigurationError
-
configureAndWatch
Deprecated. -
configureAndWatch
Deprecated. -
doConfigure
Deprecated. -
doConfigure
public void doConfigure(InputStream inputStream, LoggerRepository repository) throws FactoryConfigurationError Deprecated.- Throws:
FactoryConfigurationError
-
doConfigure
public void doConfigure(Reader reader, LoggerRepository repository) throws FactoryConfigurationError Deprecated.- Throws:
FactoryConfigurationError
-
doConfigure
Deprecated. -
doConfigure
Deprecated.Description 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 interfaceConfigurator- Parameters:
url- The URL to parserepository- The hierarchy to operation upon.
-
subst
Deprecated.
-