Save This Page
Home » jcommon-1.0.13 » org.jfree.base.log » [javadoc | source]
org.jfree.base.log
public class: DefaultLogModule [javadoc | source]
java.lang.Object
   org.jfree.base.modules.DefaultModuleInfo
      org.jfree.base.modules.AbstractModule
         org.jfree.base.log.DefaultLogModule

All Implemented Interfaces:
    Module, ModuleInfo

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.
Constructor:
 public DefaultLogModule() throws ModuleInitializeException 
    DefaultConstructor. Loads the module specification.
    Throws:
    ModuleInitializeException - if an error occured.
Method from org.jfree.base.log.DefaultLogModule Summary:
initialize
Methods from 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 from org.jfree.base.modules.DefaultModuleInfo:
equals,   getMajorVersion,   getMinorVersion,   getModuleClass,   getPatchLevel,   hashCode,   setMajorVersion,   setMinorVersion,   setModuleClass,   setPatchLevel,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.base.log.DefaultLogModule Detail:
 public  void initialize(SubSystem subSystem) throws ModuleInitializeException 
    Initalizes the module. This method initializes the logging system, if the System.out logtarget is selected.