org.apache.log4j.xml
Class DOMConfigurator
java.lang.Object
org.apache.log4j.xml.DOMConfigurator
public class DOMConfigurator
- extends java.lang.Object
Dummy class to allow more applications to be compatible with Pax Logging out of the box.
Configuration requests will be ignored and the centralized configuration of Pax Logging Service
will always take effect.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMConfigurator
public DOMConfigurator()
configure
public static void configure(org.w3c.dom.Element element)
configureAndWatch
public static void configureAndWatch(java.lang.String filename)
configureAndWatch
public static void configureAndWatch(java.lang.String filename,
long period)
configure
public static void configure(java.lang.String filename)
throws javax.xml.parsers.FactoryConfigurationError
- Throws:
javax.xml.parsers.FactoryConfigurationError
configure
public static void configure(java.net.URL url)
throws javax.xml.parsers.FactoryConfigurationError
- Throws:
javax.xml.parsers.FactoryConfigurationError
Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.