Package org.jboss.logmanager.handlers
package org.jboss.logmanager.handlers
-
ClassDescriptionAn asynchronous log handler which is used to write to a handler or group of handlers which are "slow" or introduce some degree of latency.A factory used to create writable sockets.A console handler which writes to
System.out
by default.The target stream type.A simple file handler.A resource which is flushable and closeable.Handler utility methods.A handler which performs no action other than to run any attached filter.An output stream handler which supports anyOutputStream
, using the specified encoding.A file handler which rotates the log at a preset time interval.Possible period values.A file handler which rotates the log at a preset time interval or the size of the log.A queue handler which retains the last few messages logged.A handler used to communicate over a socket.The type of socketAn output stream that writes data to asocket
.A syslog handler for logging to syslogd.Facility as defined by RFC-5424 (http://tools.ietf.org/html/rfc5424) and RFC-3164 (http://tools.ietf.org/html/rfc3164).The type of socket the syslog should write toSeverity as defined by RFC-5424 (http://tools.ietf.org/html/rfc5424) and RFC-3164 (http://tools.ietf.org/html/rfc3164).The syslog type used for formatting the message.An output stream that writes data to asocket
.An output stream that writes data to aDatagramSocket
.An output stream wrapper which drops calls to theclose()
method.An output stream wrapper which drops calls to theclose()
method.An output stream which is not interruptible.A handler which writes to anyWriter
.