Uses of Class
org.jboss.logmanager.ExtHandler
-
Packages that use ExtHandler Package Description org.apache.activemq.artemis.logs org.jboss.logmanager org.jboss.logmanager.handlers -
-
Uses of ExtHandler in org.apache.activemq.artemis.logs
Subclasses of ExtHandler in org.apache.activemq.artemis.logs Modifier and Type Class Description classAssertionLoggerHandlerThis class contains a tool where programs could intercept for LogMessage given an interval of time betweenAssertionLoggerHandler.startCapture()andAssertionLoggerHandler.stopCapture()Be careful with this use as this is intended for testing only (such as testcases) -
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 org.jboss.logmanager.AtomicArray<ExtHandler,Handler>ExtHandler. handlersUpdaterThe atomic updater for thehandlersfield.Methods in org.jboss.logmanager with parameters of type ExtHandler Modifier and Type Method Description protected static voidExtHandler. 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 classAsyncHandlerAn asynchronous log handler which is used to write to a handler or group of handlers which are "slow" or introduce some degree of latency.classConsoleHandlerA console handler which writes toSystem.outby default.classDelayedHandlerclassFileHandlerA simple file handler.classNullHandlerA handler which performs no action other than to run any attached filter.classOutputStreamHandlerAn output stream handler which supports anyOutputStream, using the specified encoding.classPeriodicRotatingFileHandlerA file handler which rotates the log at a preset time interval.classPeriodicSizeRotatingFileHandlerA file handler which rotates the log at a preset time interval or the size of the log.classQueueHandlerA queue handler which retains the last few messages logged.classSizeRotatingFileHandlerclassSocketHandlerA handler used to communicate over a socket.classSyslogHandlerA syslog handler for logging to syslogd.classWriterHandlerA handler which writes to anyWriter.
-