| Class | Description | 
|---|---|
| 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 files which are automatically archived. | 
| EagerHandler | A  Handlerthat formats its message immediately and forwards it to a delegate. | 
| ProxyHandler | A  Handlerthat redirects all method calls to a delegate, which can be changed at runtime. | 
| StderrHandler | Writes log records to  System.err. | 
| StdoutHandler | Writes log records to  System.out. | 
| StreamHandler | A log record handler which writes formatted records to an  OutputStreamwhich must be specified through
 a ".outputStream" logging property. | 
Handler implementations.Copyright © 2018 Arno Unkrig. All rights reserved.