Class SystemPropertyArbiter

java.lang.Object
org.apache.logging.log4j.core.config.arbiters.SystemPropertyArbiter
All Implemented Interfaces:
Arbiter

@Plugin(name="SystemPropertyArbiter", category="Core", elementType="Arbiter", deferChildren=true, printObject=true) public class SystemPropertyArbiter extends Object implements Arbiter
Condition that determines if the specified property is set.
  • Field Details

    • propertyName

      private final String propertyName
    • propertyValue

      private final String propertyValue
  • Constructor Details

    • SystemPropertyArbiter

      private SystemPropertyArbiter(String propertyName, String propertyValue)
  • Method Details