Uses of Class
ch.qos.logback.core.boolex.EventEvaluatorBase
-
Uses of EventEvaluatorBase in ch.qos.logback.classic.boolex
Modifier and TypeClassDescriptionclass
A simpleEventEvaluator
that checks whether the logging event being evaluated has a throwable of the same class as specified by theExceptionMatchEvaluator.exceptionClass
parameter.class
Evaluates to true when the logging event passed as parameter has level ERROR or higher.class
Evaluates to true when the logging event passed as parameter contains one of the user-specified markers.