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.
|
Modifier and Type | Class and Description |
---|---|
class |
SocketAppender
Sends
ILoggingEvent objects to a remote a log server, usually a
SocketNode . |
class |
SocketReceiver
A component that receives serialized
ILoggingEvent objects from a
remote appender over a Socket . |
class |
SSLSocketAppender
A
SocketAppender that supports SSL. |
class |
SSLSocketReceiver
A
SocketReceiver that supports SSL. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSocketAppender<E>
An abstract base for module specific
SocketAppender
implementations in other logback modules. |
class |
AbstractSSLSocketAppender<E>
An abstract base for module specific
SSLSocketAppender
implementations located in other logback modules. |
class |
SSLSocketAppenderBase<E>
This is the base class for module specific SSLSocketAppender implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
SocketConnectorBase.setExceptionHandler(SocketConnector.ExceptionHandler exceptionHandler)
Sets the connector's exception handler.
|
void |
SocketConnector.setExceptionHandler(SocketConnector.ExceptionHandler exceptionHandler)
Sets the connector's exception handler.
|
void |
DefaultSocketConnector.setExceptionHandler(SocketConnector.ExceptionHandler exceptionHandler)
Sets the connector's exception handler.
|
Copyright © 2005–2015 QOS.ch. All rights reserved.