Uses of Interface
org.jboss.logmanager.handlers.FlushableCloseable
Packages that use FlushableCloseable
-
Uses of FlushableCloseable in org.jboss.logmanager
Classes in org.jboss.logmanager that implement FlushableCloseable -
Uses of FlushableCloseable in org.jboss.logmanager.handlers
Classes in org.jboss.logmanager.handlers that implement FlushableCloseableModifier 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.final classA handler which performs no action other than to run any attached filter.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.classAn output stream that writes data to asocket.classA syslog handler for logging to syslogd.classAn output stream that writes data to asocket.classAn output stream that writes data to aDatagramSocket.classA handler which writes to anyWriter.Methods in org.jboss.logmanager.handlers that return FlushableCloseableModifier and TypeMethodDescriptionstatic FlushableCloseableCreate a wrapper that exposes the handler's close and flush methods via the I/O API.