Uses of Interface
ch.qos.logback.core.joran.conditional.Condition
-
Packages that use Condition Package Description ch.qos.logback.core.boolex Contains the EventEvaluator interface and subclasses.ch.qos.logback.core.joran.conditional Contains conditional configuration processing support for Joran. -
-
Uses of Condition in ch.qos.logback.core.boolex
Subinterfaces of Condition in ch.qos.logback.core.boolex Modifier and Type Interface Description interfacePropertyConditionInterface for evaluating conditions based on properties during the conditional processing of Logback configuration files.Classes in ch.qos.logback.core.boolex that implement Condition Modifier and Type Class Description classExpressionPropertyConditionThis class evaluates boolean expressions based on property lookups.classIsPropertyDefinedConditionChecks whether a named property is defined in the context (e.g. system properties, environment, or the configured property map used by the surrounding framework).classIsPropertyNullConditionclassPropertyConditionBaseAbstract base class provides some scaffolding.classPropertyEqualityConditionCondition that evaluates totruewhen a property equals a specified expected value. -
Uses of Condition in ch.qos.logback.core.joran.conditional
Methods in ch.qos.logback.core.joran.conditional that return Condition Modifier and Type Method Description ConditionPropertyEvalScriptBuilder. build(String script)
-