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
SocketAppender
implementations in other logback modules.Automatically flushes the underlyingObjectOutputStream
immediately after calling it'sObjectOutputStream.writeObject(Object)
method.Writes objects to an output.ARunnable
that (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 theDatagramSocket
class so that it behaves like anOutputStream
.