Package org.extex.framework.logger

This package contains some classes and interfaces for dealing with the logger for components.

See:
          Description

Interface Summary
LogEnabled This interface describes the need of a component for a logger.
 

Package org.extex.framework.logger Description

This package contains some classes and interfaces for dealing with the logger for components.

Logging

The logging supported in thos framework is based on the Java logging. Any component may request a logger by implementing the interface LogEnabled. In the course of the life-cylce management the factory will pass a logger to the component requesting it.