Uses of Class
ch.qos.logback.core.boolex.EvaluationException
-
Packages that use EvaluationException Package Description ch.qos.logback.access.net ch.qos.logback.classic.boolex ch.qos.logback.core.boolex Contains the EventEvaluator interface and subclasses.chapters.appenders.mail -
-
Uses of EvaluationException in ch.qos.logback.access.net
Methods in ch.qos.logback.access.net that throw EvaluationException Modifier and Type Method Description booleanURLEvaluator. evaluate(java.lang.Object eventObject) -
Uses of EvaluationException in ch.qos.logback.classic.boolex
Methods in ch.qos.logback.classic.boolex that throw EvaluationException Modifier and Type Method Description booleanOnErrorEvaluator. evaluate(ILoggingEvent event)Return true if event passed as parameter has level ERROR or higher, returns false otherwise.booleanOnMarkerEvaluator. 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
Methods in ch.qos.logback.core.boolex that throw EvaluationException Modifier and Type Method Description booleanEventEvaluator. evaluate(E event)Evaluates whether the event passed as parameter matches some user-specified criteria.booleanMatcher. matches(java.lang.String input)Checks whether the input matches the regular expression. -
Uses of EvaluationException in chapters.appenders.mail
Methods in chapters.appenders.mail that throw EvaluationException Modifier and Type Method Description booleanCounterBasedEvaluator. evaluate(java.lang.Object event)
-