Uses of Interface
ch.qos.logback.core.net.SocketConnector.ExceptionHandler
-
Packages that use SocketConnector.ExceptionHandler Package Description ch.qos.logback.access.net ch.qos.logback.classic.net Contains classes used to log through a networkch.qos.logback.core.net Contains the base classes used by logback to log to remote destinations. -
-
Uses of SocketConnector.ExceptionHandler in ch.qos.logback.access.net
Classes in ch.qos.logback.access.net that implement SocketConnector.ExceptionHandler Modifier and Type Class Description class
SocketAppender
SendsIAccessEvent
objects to a remote a log server, usually aSocketNode
.class
SSLSocketAppender
ASocketAppender
that supports SSL. -
Uses of SocketConnector.ExceptionHandler in ch.qos.logback.classic.net
Classes in ch.qos.logback.classic.net that implement SocketConnector.ExceptionHandler Modifier and Type Class Description class
SocketAppender
SendsILoggingEvent
objects to a remote a log server, usually aSocketNode
.class
SocketReceiver
A component that receives serializedILoggingEvent
objects from a remote appender over aSocket
.class
SSLSocketAppender
ASocketAppender
that supports SSL.class
SSLSocketReceiver
ASocketReceiver
that supports SSL. -
Uses of SocketConnector.ExceptionHandler in ch.qos.logback.core.net
Classes in ch.qos.logback.core.net that implement SocketConnector.ExceptionHandler Modifier and Type Class Description class
AbstractSocketAppender<E>
An abstract base for module specificSocketAppender
implementations in other logback modules.class
AbstractSSLSocketAppender<E>
An abstract base for module specificSSLSocketAppender
implementations located in other logback modules.Methods in ch.qos.logback.core.net with parameters of type SocketConnector.ExceptionHandler Modifier and Type Method Description void
DefaultSocketConnector. setExceptionHandler(SocketConnector.ExceptionHandler exceptionHandler)
Sets the connector's exception handler.void
SocketConnector. setExceptionHandler(SocketConnector.ExceptionHandler exceptionHandler)
Sets the connector's exception handler.
-