Uses of Class
org.jboss.logmanager.ExtHandler
-
Packages that use ExtHandler Package Description org.jboss.logmanager org.jboss.logmanager.handlers -
-
Uses of ExtHandler in org.jboss.logmanager
Fields in org.jboss.logmanager with type parameters of type ExtHandler Modifier and Type Field Description protected static AtomicArray<ExtHandler,java.util.logging.Handler>
ExtHandler. handlersUpdater
The atomic updater for thehandlers
field.private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<ExtHandler,java.lang.Object>
ExtHandler. protectKeyUpdater
Methods in org.jboss.logmanager with parameters of type ExtHandler Modifier and Type Method Description protected static void
ExtHandler. checkAccess(ExtHandler handler)
Check access. -
Uses of ExtHandler in org.jboss.logmanager.handlers
Subclasses of ExtHandler in org.jboss.logmanager.handlers Modifier and Type Class Description class
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.class
ConsoleHandler
A console handler which writes toSystem.out
by default.class
FileHandler
A simple file handler.class
NullHandler
A handler which performs no action other than to run any attached filter.class
OutputStreamHandler
An output stream handler which supports anyOutputStream
, using the specified encoding.class
PeriodicRotatingFileHandler
A file handler which rotates the log at a preset time interval.class
PeriodicSizeRotatingFileHandler
A file handler which rotates the log at a preset time interval or the size of the log.class
QueueHandler
A queue handler which retains the last few messages logged.class
SizeRotatingFileHandler
class
SyslogHandler
A syslog handler for logging to syslogd.class
WriterHandler
A handler which writes to anyWriter
.
-