org.apache.log4j.xml
Class DOMConfigurator

java.lang.Object
  extended by 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.


Constructor Summary
DOMConfigurator()
           
 
Method Summary
static void configure(org.w3c.dom.Element element)
           
static void configure(java.lang.String filename)
           
static void configure(java.net.URL url)
           
static void configureAndWatch(java.lang.String filename)
           
static void configureAndWatch(java.lang.String filename, long period)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMConfigurator

public DOMConfigurator()
Method Detail

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.