org.jboss.logmanager
Class PropertyConfigurator
java.lang.Object
org.jboss.logmanager.PropertyConfigurator
- All Implemented Interfaces:
- Configurator
public final class PropertyConfigurator
- extends Object
- implements Configurator
A configurator which uses a simple property file format. Use of this class adds a requirement on the JBoss
Common Core project.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyConfigurator
public PropertyConfigurator()
- Construct an instance.
configure
public void configure(InputStream inputStream)
throws IOException
- Configure the logmanager.
- Specified by:
configure
in interface Configurator
- Parameters:
inputStream
- the input stream to read
- Throws:
IOException
- if an error occurs
Copyright © 2009 JBoss, a division of Red Hat, Inc.