net.sourceforge.acelogger.configuration.parser
Class JsonConfigurationLoader
java.lang.Object
  
net.sourceforge.acelogger.configuration.BaseConfigurationLoader
      
net.sourceforge.acelogger.configuration.parser.JsonConfigurationLoader
- All Implemented Interfaces: 
 - ConfigurationLoader
 
public class JsonConfigurationLoader
- extends BaseConfigurationLoader
 
An implementation of configuration loader that uses json 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 | 
 
JsonConfigurationLoader
public JsonConfigurationLoader()
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.