Uses of Interface
ch.qos.logback.core.net.SocketConnector.ExceptionHandler
Package
Description
Contains classes used to log through a network
Contains the base classes used by logback to log to remote
destinations.
-
Uses of SocketConnector.ExceptionHandler in ch.qos.logback.classic.net
Modifier and TypeClassDescriptionclass
SendsILoggingEvent
objects to a remote a log server, usually aSocketNode
.class
A component that receives serializedILoggingEvent
objects from a remote appender over aSocket
.class
ASocketAppender
that supports SSL.class
ASocketReceiver
that supports SSL. -
Uses of SocketConnector.ExceptionHandler in ch.qos.logback.core.net
Modifier and TypeClassDescriptionclass
An abstract base for module specificSocketAppender
implementations in other logback modules.class
An abstract base for module specificSSLSocketAppender
implementations located in other logback modules.Modifier and TypeMethodDescriptionvoid
DefaultSocketConnector.setExceptionHandler
(SocketConnector.ExceptionHandler exceptionHandler) Sets the connector's exception handler.void
SocketConnector.setExceptionHandler
(SocketConnector.ExceptionHandler exceptionHandler) Sets the connector's exception handler.