|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
Writer class to log
messages to various destinations.
See:
Description
| Class Summary | |
|---|---|
| ConsoleWriter | ConsoleWriter writes log messages to System.out. |
| FileWriter | FileWriter writes log messages to a file. |
| RollingFileWriter | RollingFileWriter writes log messages to a file, and rolls the
file either periodically or on the basis of file size. |
| SocketWriter | SocketWriter writes log messages to a TCP socket. |
Provides concrete implementations of the abstract Writer class to log
messages to various destinations.
The requirements for creating your own Writer implementation are
described in the javadocs for the Writer class.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||