Package | Description |
---|---|
ch.qos.logback.classic |
Contains logback classic main classes.
|
ch.qos.logback.classic.turbo | |
chapters.filters |
Modifier and Type | Method and Description |
---|---|
void |
LoggerContext.addTurboFilter(TurboFilter newFilter) |
Modifier and Type | Class and Description |
---|---|
class |
DuplicateMessageFilter
See
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 for
MatchingFilter.onMatch on MatchingFilter.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.
|
Modifier and Type | Class and Description |
---|---|
class |
SampleTurboFilter |
Copyright © 2005–2016 QOS.ch. All rights reserved.