| Interface | Description |
|---|---|
| AppenderListener<Event extends DeferredProcessingAware> |
Listens to an appender.
|
| FailureSummaryAppenderListener.FailureSummary |
Summary details of consecutive failures
|
| TcpAppenderListener<Event extends DeferredProcessingAware> |
Listens to a TCP appender.
|
| Class | Description |
|---|---|
| AccessEventAppenderListenerImpl |
Implementation of
AppenderListener for IAccessEvents that does nothing. |
| AccessEventTcpAppenderListenerImpl |
Implementation of
TcpAppenderListener for IAccessEvents that does nothing. |
| FailureSummaryAppenderListener<Event extends DeferredProcessingAware> |
A
TcpAppenderListener that invokes different callbacks for
the first successful append/send/connect after a series of failures. |
| FailureSummaryLoggingAppenderListener<Event extends DeferredProcessingAware> |
A
TcpAppenderListener that logs a warning message on the first
append/send/connect success after a series of consecutive failures. |
| LoggingEventAppenderListenerImpl |
Implementation of
AppenderListener for ILoggingEvents that does nothing. |
| LoggingEventTcpAppenderListenerImpl |
Implementation of
TcpAppenderListener for ILoggingEvents that does nothing. |
| Enum | Description |
|---|---|
| FailureSummaryAppenderListener.CallbackType |
The type of listener callback.
|
Copyright © 2019. All rights reserved.