Uses of Class
ch.qos.logback.core.boolex.EventEvaluatorBase
-
Packages that use EventEvaluatorBase Package Description ch.qos.logback.classic.boolex Contains boolean expression evaluators for filtering logging events. -
-
Uses of EventEvaluatorBase in ch.qos.logback.classic.boolex
Subclasses of EventEvaluatorBase in ch.qos.logback.classic.boolex Modifier and Type Class Description classExceptionMatchEvaluatorA simpleEventEvaluatorthat checks whether the logging event being evaluated has a throwable of the same class as specified by theExceptionMatchEvaluator.exceptionClassparameter.classOnErrorEvaluatorEvaluates to true when the logging event passed as parameter has level ERROR or higher.classOnMarkerEvaluatorEvaluates to true when the logging event passed as parameter contains one of the user-specified markers.classStubEventEvaluator
-