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 classSocketAppenderSendsIAccessEventobjects to a remote a log server, usually aSocketNode.classSSLSocketAppenderASocketAppenderthat 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 classSocketAppenderSendsILoggingEventobjects to a remote a log server, usually aSocketNode.classSocketReceiverA component that receives serializedILoggingEventobjects from a remote appender over aSocket.classSSLSocketAppenderASocketAppenderthat supports SSL.classSSLSocketReceiverASocketReceiverthat 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 classAbstractSocketAppender<E>An abstract base for module specificSocketAppenderimplementations in other logback modules.classAbstractSSLSocketAppender<E>An abstract base for module specificSSLSocketAppenderimplementations located in other logback modules.private static classDefaultSocketConnector.ConsoleExceptionHandlerA defaultSocketConnector.ExceptionHandlerthat writes toSystem.outFields in ch.qos.logback.core.net declared as SocketConnector.ExceptionHandler Modifier and Type Field Description private SocketConnector.ExceptionHandlerDefaultSocketConnector. exceptionHandlerMethods in ch.qos.logback.core.net with parameters of type SocketConnector.ExceptionHandler Modifier and Type Method Description voidDefaultSocketConnector. setExceptionHandler(SocketConnector.ExceptionHandler exceptionHandler)Sets the connector's exception handler.voidSocketConnector. setExceptionHandler(SocketConnector.ExceptionHandler exceptionHandler)Sets the connector's exception handler.
-