Uses of Interface
ch.qos.logback.core.net.SocketConnector.ExceptionHandler

Packages that use SocketConnector.ExceptionHandler
ch.qos.logback.core.net Contains the base classes used by logback to log to remote destinations. 
 

Uses of SocketConnector.ExceptionHandler in ch.qos.logback.core.net
 

Classes in ch.qos.logback.core.net that implement SocketConnector.ExceptionHandler
 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.
 

Methods in ch.qos.logback.core.net with parameters of type SocketConnector.ExceptionHandler
 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-2014 QOS.ch. All Rights Reserved.