JCommon 1.0.17-redhat-2

org.jfree.base.log
Class DefaultLogModule

java.lang.Object
  extended by org.jfree.base.modules.DefaultModuleInfo
      extended by org.jfree.base.modules.AbstractModule
          extended by 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

Constructor Summary
DefaultLogModule()
          DefaultConstructor.
 
Method Summary
 void initialize(SubSystem subSystem)
          Initalizes the module.
 
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
 
Methods inherited from class org.jfree.base.modules.DefaultModuleInfo
equals, getMajorVersion, getMinorVersion, getModuleClass, getPatchLevel, hashCode, setMajorVersion, setMinorVersion, setModuleClass, setPatchLevel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jfree.base.modules.ModuleInfo
getMajorVersion, getMinorVersion, getModuleClass, getPatchLevel
 

Constructor Detail

DefaultLogModule

public DefaultLogModule()
                 throws ModuleInitializeException
DefaultConstructor. Loads the module specification.

Throws:
ModuleInitializeException - if an error occured.
Method Detail

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.

JCommon 1.0.17-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.