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

All Known Implementing Classes:
AbstractSocketAppender, AbstractSSLSocketAppender
Enclosing interface:
SocketConnector

public static interface SocketConnector.ExceptionHandler

An exception handler that is notified of all exceptions that occur during the (re)connection process.


Method Summary
 void connectionFailed(SocketConnector connector, Exception ex)
           
 

Method Detail

connectionFailed

void connectionFailed(SocketConnector connector,
                      Exception ex)


Copyright © 2005-2014 QOS.ch. All Rights Reserved.