Uses of Enum
net.logstash.logback.appender.listener.FailureSummaryAppenderListener.CallbackType
Packages that use FailureSummaryAppenderListener.CallbackType
-
Uses of FailureSummaryAppenderListener.CallbackType in net.logstash.logback.appender.listener
Methods in net.logstash.logback.appender.listener that return FailureSummaryAppenderListener.CallbackTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.FailureSummaryAppenderListener.CallbackType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.logstash.logback.appender.listener with parameters of type FailureSummaryAppenderListener.CallbackTypeModifier and TypeMethodDescriptionprotected abstract voidFailureSummaryAppenderListener.handleFailureSummary(FailureSummaryAppenderListener.FailureSummary failureSummary, FailureSummaryAppenderListener.CallbackType callbackType) Called after the first success after the a series of consecutive failures.protected voidFailureSummaryLoggingAppenderListener.handleFailureSummary(FailureSummaryAppenderListener.FailureSummary failureSummary, FailureSummaryAppenderListener.CallbackType callbackType) Logs a message with the details from the givenFailureSummaryAppenderListener.FailureSummarywith the given callback type.