| Package | Description |
|---|---|
| net.logstash.logback.appender.listener |
| Modifier and Type | Method and Description |
|---|---|
static FailureSummaryAppenderListener.CallbackType |
FailureSummaryAppenderListener.CallbackType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FailureSummaryAppenderListener.CallbackType[] |
FailureSummaryAppenderListener.CallbackType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
FailureSummaryAppenderListener.handleFailureSummary(FailureSummaryAppenderListener.FailureSummary failureSummary,
FailureSummaryAppenderListener.CallbackType callbackType)
Called after the first success after the a series of consecutive failures.
|
protected void |
FailureSummaryLoggingAppenderListener.handleFailureSummary(FailureSummaryAppenderListener.FailureSummary failureSummary,
FailureSummaryAppenderListener.CallbackType callbackType)
Logs a message with the details from the given
FailureSummaryAppenderListener.FailureSummary
with the given callback type. |
Copyright © 2013–2021. All rights reserved.