Uses of Interface
org.jboss.logmanager.handlers.FlushableCloseable
-
Packages that use FlushableCloseable Package Description org.apache.activemq.artemis.logs org.jboss.logmanager org.jboss.logmanager.handlers -
-
Uses of FlushableCloseable in org.apache.activemq.artemis.logs
Classes in org.apache.activemq.artemis.logs that implement FlushableCloseable 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 FlushableCloseable in org.jboss.logmanager
Classes in org.jboss.logmanager that implement FlushableCloseable Modifier and Type Class Description classExtHandlerAn extended logger handler. -
Uses of FlushableCloseable in org.jboss.logmanager.handlers
Classes in org.jboss.logmanager.handlers that implement FlushableCloseable 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.classSslTcpOutputStreamAn output stream that writes data to asocket.classSyslogHandlerA syslog handler for logging to syslogd.classTcpOutputStreamAn output stream that writes data to asocket.classUdpOutputStreamAn output stream that writes data to aDatagramSocket.classWriterHandlerA handler which writes to anyWriter.Methods in org.jboss.logmanager.handlers that return FlushableCloseable Modifier and Type Method Description static FlushableCloseableHandlers. wrap(Handler handler)Create a wrapper that exposes the handler's close and flush methods via the I/O API.
-