| Package | Description |
|---|---|
| ch.qos.logback.core.net |
Contains the base classes used by logback to log to remote
destinations.
|
| Class and Description |
|---|
| AbstractSocketAppender
An abstract base for module specific
SocketAppender
implementations in other logback modules. |
| AutoFlushingObjectWriter
Automatically flushes the underlying
ObjectOutputStream immediately after calling
it's ObjectOutputStream.writeObject(Object) method. |
| ObjectWriter
Writes objects to an output.
|
| SocketConnector
A
Runnable that (re)connects a socket. |
| SocketConnector.ExceptionHandler
An exception handler that is notified of all exceptions that occur
during the (re)connection process.
|
| SyslogOutputStream
SyslogOutputStream is a wrapper around the
DatagramSocket class so that it
behaves like an OutputStream. |
Copyright © 2005–2017 QOS.ch. All rights reserved.