org.jfree.base.log
Class DefaultLogModule
java.lang.Object
org.jfree.base.modules.DefaultModuleInfo
org.jfree.base.modules.AbstractModule
org.jfree.base.log.DefaultLogModule
- All Implemented Interfaces:
- Module, ModuleInfo
public class DefaultLogModule
- extends AbstractModule
The module definition for the System.out-Logging. This is the default log
implementation and is provided to insert the logging initialisation in the
module loading process.
- Author:
- Thomas Morgner
Methods inherited from class org.jfree.base.modules.AbstractModule |
configure, getDescription, getName, getOptionalModules, getProducer, getRequiredModules, getSubSystem, isClassLoadable, isClassLoadable, loadModuleInfo, loadModuleInfo, performExternalInitialize, performExternalInitialize, setDescription, setName, setOptionalModules, setProducer, setRequiredModules, setSubSystem, toString |
DefaultLogModule
public DefaultLogModule()
throws ModuleInitializeException
- DefaultConstructor. Loads the module specification.
- Throws:
ModuleInitializeException
- if an error occured.
initialize
public void initialize(SubSystem subSystem)
throws ModuleInitializeException
- Initalizes the module. This method initializes the logging system, if the
System.out logtarget is selected.
- Parameters:
subSystem
- the sub-system.
- Throws:
ModuleInitializeException
- if an error occured.
Copyright © 2001-2012 JFree.org. All Rights Reserved.