Package | Description |
---|---|
ch.qos.logback.classic.net |
Contains classes used to log through a network
|
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. |
AbstractSSLSocketAppender
An abstract base for module specific
SSLSocketAppender
implementations located in other logback modules. |
SMTPAppenderBase
An abstract class that provides support for sending events to an email
address.
|
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.
|
SyslogAppenderBase
Base class for SyslogAppender.
|
Class and Description |
---|
AbstractSocketAppender
An abstract base for module specific
SocketAppender
implementations in other logback modules. |
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.
|
SocketConnectorBase.DelayStrategy
A strategy for choosing a delay after a failed connection attempt.
|
SyslogOutputStream
SyslogOutputStream is a wrapper around the
DatagramSocket class so that it
behaves like an OutputStream . |
Copyright © 2005–2015 QOS.ch. All rights reserved.