Package org.x4juli.handlers

The top level package for JULI handlers.

See:
          Description

Interface Summary
MessageText Defines the constants for i18n juli internal logging.
 

Class Summary
ConsoleHandler ConsoleAppender appends log events to System.out or System.err using a layout specified by the user.
ConsoleHandler.SystemErrStream An implementation of OutputStream that redirects to the current System.err.
ConsoleHandler.SystemOutStream An implementation of OutputStream that redirects to the current System.out.
FileHandler FileHandler publishes log records to a file.
RollingFileHandler RollingFileHandler extends FileHandler to backup the log files depending on RollingPolicy and TriggeringPolicy.
RollingFileHandler.CountingOutputStream Wrapper for OutputStream that will report all write operations back to this class for file length calculations.
WriterHandler WriterHandler appends log events to a Writer.
 

Package org.x4juli.handlers Description

The top level package for JULI handlers. Most important the rolling file handler with various options.



${license_html}