net.sourceforge.acelogger.configuration.parser
Class PropertiesConfigurationLoader
java.lang.Object
net.sourceforge.acelogger.configuration.BaseConfigurationLoader
net.sourceforge.acelogger.configuration.parser.PropertiesConfigurationLoader
- All Implemented Interfaces:
- ConfigurationLoader
public class PropertiesConfigurationLoader
- extends BaseConfigurationLoader
An implementation of configuration loader that uses java properties files as source for
configuration.
- Since:
- 1.0.0
- Version:
- 1.0.0
- Author:
- Zardi (https://sourceforge.net/users/daniel_zardi)
Method Summary |
void |
configureFrom(InputStream source)
Configures the logging system from the data contained in the source stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesConfigurationLoader
public PropertiesConfigurationLoader()
configureFrom
public void configureFrom(InputStream source)
- Configures the logging system from the data contained in the source stream.
- Parameters:
source
- The source for the configuration data. Depending on the implementation this might
be a file, url, etc.
Copyright © 2007-2010 The AceLogger Team. All Rights Reserved.