Module ch.qos.logback.classic
Package ch.qos.logback.classic.boolex
Contains boolean expression evaluators for filtering logging events.
-
Interface Summary Interface Description IEvaluator An internal interface used by the GEventEvaluator. -
Class Summary Class Description ExceptionMatchEvaluator A simpleEventEvaluatorthat checks whether the logging event being evaluated has a throwable of the same class as specified by theExceptionMatchEvaluator.exceptionClassparameter.MarkerList A helper class to be used in conjunction withJaninoEventEvaluator(removed in 1.5.13).OnErrorEvaluator Evaluates to true when the logging event passed as parameter has level ERROR or higher.OnMarkerEvaluator Evaluates to true when the logging event passed as parameter contains one of the user-specified markers.StubEventEvaluator