org.apache.log4j
Class PropertyConfigurator

java.lang.Object
  extended by org.apache.log4j.PropertyConfigurator
All Implemented Interfaces:
Configurator
Direct Known Subclasses:
PaxLoggingConfigurator

public class PropertyConfigurator
extends java.lang.Object
implements Configurator

Dummy class to allow more applications to be compatible with Pax Logging out of the box.


Constructor Summary
PropertyConfigurator()
           
 
Method Summary
static void configure(java.util.Properties properties)
           
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 timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyConfigurator

public PropertyConfigurator()
Method Detail

configure

public static void configure(java.lang.String filename)

configure

public static void configure(java.net.URL url)

configure

public static void configure(java.util.Properties properties)

configureAndWatch

public static void configureAndWatch(java.lang.String filename)

configureAndWatch

public static void configureAndWatch(java.lang.String filename,
                                     long timeout)


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.