Class Summary |
DuplicateMessageFilter |
See http://logback.qos.ch/manual/filters.html#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 for MatchingFilter.onMatch on MatchingFilter.onMismatch
attributes, 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 |
Reconfigure a LoggerContext when the configuration file changes. |
TurboFilter |
TurboFilter is a specialized filter with a decide method that takes a bunch
of parameters instead of a single event object. |