Uses of Package
ch.qos.logback.core.net
Packages that use ch.qos.logback.core.net
Package
Description
Contains the base classes used by logback to log to remote
destinations.
-
Classes in ch.qos.logback.core.net used by ch.qos.logback.core.netClassDescriptionAn abstract base for module specific
SocketAppenderimplementations in other logback modules.Automatically flushes the underlyingObjectOutputStreamimmediately after calling it'sObjectOutputStream.writeObject(Object)method.Writes objects to an output.ARunnablethat (re)connects a socket.An exception handler that is notified of all exceptions that occur during the (re)connection process.SyslogOutputStream is a wrapper around theDatagramSocketclass so that it behaves like anOutputStream.