Uses of Class
ch.qos.logback.core.boolex.EvaluationException
Package
Description
Contains the EventEvaluator interface and subclasses.
-
Uses of EvaluationException in ch.qos.logback.classic.boolex
Modifier and TypeMethodDescriptionboolean
OnErrorEvaluator.evaluate
(ILoggingEvent event) Return true if event passed as parameter has level ERROR or higher, returns false otherwise.boolean
OnMarkerEvaluator.evaluate
(ILoggingEvent event) Return true if event passed as parameter contains one of the specified user-markers. -
Uses of EvaluationException in ch.qos.logback.core.boolex
Modifier and TypeMethodDescriptionboolean
Evaluates whether the event passed as parameter matches some user-specified criteria.boolean
boolean
Checks whether the input matches the regular expression.