Package org.x4juli.global.components

Components of x4juli have their own interface to the rest of the application.

See:
          Description

Class Summary
AbstractComponent The basic implementation for all x4juli components.
AbstractExtendedLogger Basic implementation for implementing directly a log wrapper with an interface.
AbstractExtendedLogRecord An abstract class defining the missing methods for full featured logging.
AbstractFilter The abstract class for every org.x4juli.filter class.
AbstractFormatter AbstractFormatter is for ease of development.
AbstractHandler Abstract superclass of the other handlers in the package.
ComponentLogger A logger for internal use in x4juli to print various messages to System.out and System.err.
 

Package org.x4juli.global.components Description

Components of x4juli have their own interface to the rest of the application. Some protected methods have been duplicated over the different components, due to the inheritance of java.util.logging classes.



${license_html}