Uses of Class
ch.qos.logback.core.boolex.PropertyConditionBase
-
Packages that use PropertyConditionBase Package Description ch.qos.logback.core.boolex Contains the EventEvaluator interface and subclasses. -
-
Uses of PropertyConditionBase in ch.qos.logback.core.boolex
Subclasses of PropertyConditionBase in ch.qos.logback.core.boolex 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).classIsPropertyNullConditionclassPropertyEqualityConditionCondition that evaluates totruewhen a property equals a specified expected value.
-