Uses of Class
org.jboss.logmanager.ExtHandler
Packages that use ExtHandler
-
Uses of ExtHandler in org.jboss.logmanager
Fields in org.jboss.logmanager with type parameters of type ExtHandlerModifier and TypeFieldDescriptionprotected static final org.jboss.logmanager.AtomicArray<ExtHandler,
Handler> ExtHandler.handlersUpdater
The atomic updater for thehandlers
field.Methods in org.jboss.logmanager with parameters of type ExtHandlerModifier and TypeMethodDescriptionprotected static void
ExtHandler.checkAccess
(ExtHandler handler) Check access. -
Uses of ExtHandler in org.jboss.logmanager.handlers
Subclasses of ExtHandler in org.jboss.logmanager.handlersModifier 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
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
A handler used to communicate over a socket.class
A syslog handler for logging to syslogd.class
A handler which writes to anyWriter
.