Uses of Interface
ch.qos.logback.core.boolex.PropertyCondition
-
Packages that use PropertyCondition Package Description ch.qos.logback.core.boolex Contains the EventEvaluator interface and subclasses. -
-
Uses of PropertyCondition in ch.qos.logback.core.boolex
Classes in ch.qos.logback.core.boolex that implement PropertyCondition 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.
-