Uses of Class
ch.qos.logback.classic.turbo.TurboFilter
-
Packages that use TurboFilter Package Description ch.qos.logback.classic Contains logback classic main classes.ch.qos.logback.classic.turbo -
-
Uses of TurboFilter in ch.qos.logback.classic
Methods in ch.qos.logback.classic with parameters of type TurboFilter Modifier and Type Method Description void
LoggerContext. addTurboFilter(TurboFilter newFilter)
-
Uses of TurboFilter in ch.qos.logback.classic.turbo
Subclasses of TurboFilter in ch.qos.logback.classic.turbo Modifier and Type Class Description class
DuplicateMessageFilter
See {@link http://logback.qos.ch/manual/filters.html#DuplicateMessageFilter} for details.class
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.class
MarkerFilter
Checks whether the marker in the event matches the marker specified by the user.class
MatchingFilter
An abstract class containing support forMatchingFilter.onMatch
onMatchingFilter.onMismatch
attributes, shared by many but not all turbo filters.class
MDCFilter
This class allows output for a given MDC value.class
ReconfigureOnChangeFilter
Reconfigure a LoggerContext when the configuration file changes.
-