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 voidLoggerContext. 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 classDuplicateMessageFilterSee {@link http://logback.qos.ch/manual/filters.html#DuplicateMessageFilter} for details.classDynamicThresholdFilterThis 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.classMarkerFilterChecks whether the marker in the event matches the marker specified by the user.classMatchingFilterAn abstract class containing support forMatchingFilter.onMatchonMatchingFilter.onMismatchattributes, shared by many but not all turbo filters.classMDCFilterThis class allows output for a given MDC value.classReconfigureOnChangeFilterReconfigure a LoggerContext when the configuration file changes.
-