| AsyncHandler |
An asynchronous log handler which is used to write to a handler or group of handlers which are "slow" or introduce
some degree of latency.
|
| ConsoleHandler |
A console handler which writes to System.out by default.
|
| DelayedHandler |
A handler that queues messages until it's at least one child handler is added or
set.
|
| FileHandler |
A simple file handler.
|
| OutputStreamHandler |
An output stream handler which supports any OutputStream, using the specified encoding.
|
| PeriodicRotatingFileHandler |
A file handler which rotates the log at a preset time interval.
|
| PeriodicSizeRotatingFileHandler |
A file handler which rotates the log at a preset time interval or the size of the log.
|
| QueueHandler |
A queue handler which retains the last few messages logged.
|
| SizeRotatingFileHandler |
|
| SocketHandler |
A handler used to communicate over a socket.
|
| SslTcpOutputStream |
An output stream that writes data to a socket.
|
| SyslogHandler |
A syslog handler for logging to syslogd.
|
| TcpOutputStream |
An output stream that writes data to a socket.
|
| UdpOutputStream |
|
| UncloseableOutputStream |
An output stream wrapper which drops calls to the close() method.
|
| UncloseableWriter |
An output stream wrapper which drops calls to the close() method.
|
| UninterruptibleOutputStream |
An output stream which is not interruptible.
|
| WriterHandler |
A handler which writes to any Writer.
|