Package | Description |
---|---|
org.jboss.logmanager | |
org.jboss.logmanager.handlers |
Class and Description |
---|
FlushableCloseable
A resource which is flushable and closeable.
|
Class and 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.
|
AsyncHandler.OverflowAction |
ByteStringBuilder
This builder is not thread-safe.
|
ConsoleHandler.Target
The target stream type.
|
CountingOutputStream |
FileHandler
A simple file handler.
|
FlushableCloseable
A resource which is flushable and closeable.
|
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.
|
PeriodicRotatingFileHandler.Period
Possible period values.
|
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.
|
TcpOutputStream
An output stream that writes data to a
socket . |
WriterHandler
A handler which writes to any
Writer . |