Uses of Interface
org.jboss.logmanager.Protectable
Packages that use Protectable
-
Uses of Protectable in org.jboss.logmanager
Classes in org.jboss.logmanager that implement ProtectableModifier and TypeClassDescriptionclass
An extended logger handler.final class
A logging context, for producing isolated logging environments. -
Uses of Protectable in org.jboss.logmanager.handlers
Classes in org.jboss.logmanager.handlers that implement ProtectableModifier and TypeClassDescriptionclass
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
A console handler which writes toSystem.out
by default.class
class
A simple file handler.final class
A handler which performs no action other than to run any attached filter.class
An output stream handler which supports anyOutputStream
, using the specified encoding.class
A file handler which rotates the log at a preset time interval.class
A file handler which rotates the log at a preset time interval or the size of the log.class
A queue handler which retains the last few messages logged.class
class
A handler used to communicate over a socket.class
A syslog handler for logging to syslogd.class
A handler which writes to anyWriter
.