org.apache.log4j
Class PropertyConfigurator
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyConfigurator
public PropertyConfigurator()
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.