Package | Description |
---|---|
ch.qos.logback.classic.boolex | |
ch.qos.logback.core.boolex |
Contains the EventEvaluator interface and subclasses.
|
Modifier and Type | Class and Description |
---|---|
class |
GEventEvaluator |
class |
JaninoEventEvaluator |
class |
OnErrorEvaluator
Evaluates to true when the logging event passed as parameter has level ERROR
or higher.
|
class |
OnMarkerEvaluator
Evaluates to true when the logging event passed as parameter contains one of
the user-specified markers.
|
Modifier and Type | Class and Description |
---|---|
class |
JaninoEventEvaluatorBase<E>
Abstract class which sets the groundwork for janino based evaluations.
|