Uses of Interface
org.jboss.logmanager.handlers.FlushableCloseable
Packages that use FlushableCloseable
-
Uses of FlushableCloseable in org.jboss.logmanager
Classes in org.jboss.logmanager that implement FlushableCloseable -
Uses of FlushableCloseable in org.jboss.logmanager.handlers
Classes in org.jboss.logmanager.handlers that implement FlushableCloseableModifier and TypeClassDescriptionclass
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.class
A console handler which writes toSystem.out
by default.class
A simple file handler.final class
A handler which performs no action other than to run any attached filter.class
An output stream handler which supports anyOutputStream
, using the specified encoding.class
A file handler which rotates the log at a preset time interval.class
A file handler which rotates the log at a preset time interval or the size of the log.class
A queue handler which retains the last few messages logged.class
class
An output stream that writes data to asocket
.class
A syslog handler for logging to syslogd.class
An output stream that writes data to asocket
.class
An output stream that writes data to aDatagramSocket
.class
A handler which writes to anyWriter
.Methods in org.jboss.logmanager.handlers that return FlushableCloseableModifier and TypeMethodDescriptionstatic FlushableCloseable
Create a wrapper that exposes the handler's close and flush methods via the I/O API.