Interface | Description |
---|---|
ClientSocketFactory |
A factory used to create writable sockets.
|
FlushableCloseable |
A resource which is flushable and closeable.
|
Class | Description |
---|---|
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 | |
FileHandler |
A simple file handler.
|
Handlers |
Handler utility methods.
|
NullHandler |
A handler which performs no action other than to run any attached filter.
|
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 |
An output stream that writes data to a
DatagramSocket . |
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 . |
Enum | Description |
---|---|
AsyncHandler.OverflowAction | |
ConsoleHandler.Target |
The target stream type.
|
PeriodicRotatingFileHandler.Period |
Possible period values.
|
SocketHandler.Protocol |
The type of socket
|
SyslogHandler.Facility |
Facility as defined by RFC-5424 (http://tools.ietf.org/html/rfc5424)
and RFC-3164 (http://tools.ietf.org/html/rfc3164).
|
SyslogHandler.Protocol |
The type of socket the syslog should write to
|
SyslogHandler.Severity |
Severity as defined by RFC-5424 (http://tools.ietf.org/html/rfc5424)
and RFC-3164 (http://tools.ietf.org/html/rfc3164).
|
SyslogHandler.SyslogType |
The syslog type used for formatting the message.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.