JBoss LogManager 1.1.0.CR6

org.jboss.logmanager
Class PropertyConfigurator

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


Field Summary
 
Fields inherited from interface org.jboss.logmanager.Configurator
ATTACHMENT_KEY
 
Constructor Summary
PropertyConfigurator()
          Construct an instance.
 
Method Summary
 void configure(InputStream inputStream)
          Configure the logmanager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyConfigurator

public PropertyConfigurator()
Construct an instance.

Method Detail

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

JBoss LogManager 1.1.0.CR6

Copyright © 2009 JBoss, a division of Red Hat, Inc.