Uses of Interface
ch.qos.logback.core.net.SocketConnector.ExceptionHandler
Packages that use 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
Classes in ch.qos.logback.classic.net that implement SocketConnector.ExceptionHandlerModifier and TypeClassDescriptionclassSendsILoggingEventobjects to a remote a log server, usually aSocketNode.classA component that receives serializedILoggingEventobjects from a remote appender over aSocket.classASocketAppenderthat supports SSL.classASocketReceiverthat supports SSL. -
Uses of SocketConnector.ExceptionHandler in ch.qos.logback.core.net
Classes in ch.qos.logback.core.net that implement SocketConnector.ExceptionHandlerModifier and TypeClassDescriptionclassAn abstract base for module specificSocketAppenderimplementations in other logback modules.classAn abstract base for module specificSSLSocketAppenderimplementations located in other logback modules.Methods in ch.qos.logback.core.net with parameters of type SocketConnector.ExceptionHandlerModifier and TypeMethodDescriptionvoidDefaultSocketConnector.setExceptionHandler(SocketConnector.ExceptionHandler exceptionHandler) Sets the connector's exception handler.voidSocketConnector.setExceptionHandler(SocketConnector.ExceptionHandler exceptionHandler) Sets the connector's exception handler.