See: Description
| Interface | Description |
|---|---|
| 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.
|
| Class | Description |
|---|---|
| AbstractSocketAppender<E> |
An abstract base for module specific
SocketAppender
implementations in other logback modules. |
| AbstractSSLSocketAppender<E> |
An abstract base for module specific
SSLSocketAppender
implementations located in other logback modules. |
| DefaultSocketConnector |
Default implementation of
SocketConnector. |
| LoginAuthenticator |
Used by SMTPAppender for authentication purposes.
|
| SMTPAppenderBase<E> |
An abstract class that provides support for sending events to an email
address.
|
| SocketConnectorBase |
Base implementation of
SocketConnector. |
| SSLSocketAppenderBase<E> |
This is the base class for module specific SSLSocketAppender implementations.
|
| SyslogAppenderBase<E> |
Base class for SyslogAppender.
|
| SyslogConstants |
Constants used by syslog daemon and transitively by
SyslogAppenderBase. |
| SyslogOutputStream |
SyslogOutputStream is a wrapper around the
DatagramSocket class so that it
behaves like an OutputStream. |
Contains the base classes used by logback to log to remote destinations.
SMTPAppender logs events and sends an email when appropriate. SyslogAppender logs to a Syslog deamon.
Copyright © 2005–2014 QOS.ch. All rights reserved.