Uses of Interface
org.apache.logging.log4j.core.config.arbiters.Arbiter
-
Packages that use Arbiter Package Description org.apache.logging.log4j.core.config.arbiters -
-
Uses of Arbiter in org.apache.logging.log4j.core.config.arbiters
Classes in org.apache.logging.log4j.core.config.arbiters that implement Arbiter Modifier and Type Class Description classClassArbiterConditional that determines if the specified class is present.classDefaultArbiterDefault Condition for a Select Condition.classScriptArbiterCondition that evaluates a script.classSystemPropertyArbiterCondition that determines if the specified property is set.Methods in org.apache.logging.log4j.core.config.arbiters that return Arbiter Modifier and Type Method Description ArbiterSelectArbiter. evaluateConditions(java.util.List<Arbiter> conditions)Method parameters in org.apache.logging.log4j.core.config.arbiters with type arguments of type Arbiter Modifier and Type Method Description ArbiterSelectArbiter. evaluateConditions(java.util.List<Arbiter> conditions)
-