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 class
ClassArbiter
Conditional that determines if the specified class is present.class
DefaultArbiter
Default Condition for a Select Condition.class
ScriptArbiter
Condition that evaluates a script.class
SystemPropertyArbiter
Condition 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 Arbiter
SelectArbiter. evaluateConditions(List<Arbiter> conditions)
Method parameters in org.apache.logging.log4j.core.config.arbiters with type arguments of type Arbiter Modifier and Type Method Description Arbiter
SelectArbiter. evaluateConditions(List<Arbiter> conditions)
-