Package de.unkrig.commons.util.logging.handler

Useful Handler implementations.

See:
          Description

Class Summary
AbstractStreamHandler Adds an 'autoFlush' feature to the StreamHandler, and a one-arg constructor with a variable property name prefix.
ArchivingFileHandler A log record handler which writes formatted records to an OutputStream which must be specified through a ".outputStream" logging property.
EagerHandler A Handler that formats its message immediately and forwards it to a delegate.
ProxyHandler A Handler that redirects all method calls to a delegate, which can be changed at runtime.
StderrHandler A Handler very similar to the ConsoleHandler.
StdoutHandler A Handler very similar to the ConsoleHandler.
StreamHandler A log record handler which writes formatted records to an OutputStream which must be specified through a ".outputStream" logging property.
 

Package de.unkrig.commons.util.logging.handler Description

Useful Handler implementations.