Module ch.qos.logback.classic
Package ch.qos.logback.classic.turbo
Contains turbo filters for high-performance early filtering of logging requests.
-
Class Summary Class Description DuplicateMessageFilter See DuplicateMessageFilter for details.DynamicThresholdFilter This filter allows for efficient course grained filtering based on criteria such as product name or company name that would be associated with requests as they are processed.MarkerFilter Checks whether the marker in the event matches the marker specified by the user.MatchingFilter An abstract class containing support forMatchingFilter.onMatchonMatchingFilter.onMismatchattributes, shared by many but not all turbo filters.MDCFilter This class allows output for a given MDC value.MDCValueLevelPair Bean pairing an MDC value with a log level.ReconfigureOnChangeFilter Deprecated. replaced byReconfigureOnChangeTaskTurboFilter TurboFilter is a specialized filter with a decide method that takes a bunch of parameters instead of a single event object.