| 
 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
Writer class to log
 messages to various destinations.
See:
          Description
| Class Summary | |
|---|---|
| ConsoleWriter | ConsoleWriterwrites log messages toSystem.out. | 
| FileWriter | FileWriterwrites log messages to a file. | 
| RollingFileWriter | RollingFileWriterwrites log messages to a file, and rolls the
 file either periodically or on the basis of file size. | 
| SocketWriter | SocketWriterwrites 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 | ||||||||