Package ch.qos.logback.core.boolex
package ch.qos.logback.core.boolex
Contains the EventEvaluator interface and subclasses.
EventEvaluator is subclassed by JaninoEventEvaluatorBase. Specific subclasses can be found in logback modules.
-
ClassDescriptionThis exception wraps exceptions thrown while evaluating events.Evaluates whether a given an event matches user-specified criteria.This class evaluates boolean expressions based on property lookups.Checks whether a named property is defined in the context (e.g.Interface for evaluating conditions based on properties during the conditional processing of Logback configuration files.Abstract base class provides some scaffolding.Condition that evaluates to
truewhen a property equals a specified expected value.