Package ch.qos.logback.core.net
Interface SocketConnector.ExceptionHandler
- All Known Implementing Classes:
AbstractSocketAppender
,AbstractSSLSocketAppender
,SocketAppender
,SocketReceiver
,SSLSocketAppender
,SSLSocketReceiver
- Enclosing interface:
SocketConnector
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
An exception handler that is notified of all exceptions that occur
during the (re)connection process.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
connectionFailed
(SocketConnector connector, Exception ex) Deprecated.
-
Method Details
-
connectionFailed
Deprecated.
-