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.handlersUpdaterThe atomic updater for thehandlersfield.Methods in org.jboss.logmanager with parameters of type ExtHandlerModifier and TypeMethodDescriptionprotected static voidExtHandler.checkAccess(ExtHandler handler) Deprecated. -
Uses of ExtHandler in org.jboss.logmanager.handlers
Subclasses of ExtHandler in org.jboss.logmanager.handlersModifier and TypeClassDescriptionclassAn asynchronous log handler which is used to write to a handler or group of handlers which are "slow" or introduce some degree of latency.classA console handler which writes toSystem.outby default.classclassA simple file handler.classAn output stream handler which supports anyOutputStream, using the specified encoding.classA file handler which rotates the log at a preset time interval.classA file handler which rotates the log at a preset time interval or the size of the log.classA queue handler which retains the last few messages logged.classclassA handler used to communicate over a socket.classA syslog handler for logging to syslogd.classA handler which writes to anyWriter.