Uses of Class
org.apache.logging.log4j.core.config.arbiters.SystemPropertyArbiter.Builder
-
Packages that use SystemPropertyArbiter.Builder Package Description org.apache.logging.log4j.core.config.arbiters -
-
Uses of SystemPropertyArbiter.Builder in org.apache.logging.log4j.core.config.arbiters
Methods in org.apache.logging.log4j.core.config.arbiters that return SystemPropertyArbiter.Builder Modifier and Type Method Description SystemPropertyArbiter.BuilderSystemPropertyArbiter.Builder. asBuilder()static SystemPropertyArbiter.BuilderSystemPropertyArbiter. newBuilder()SystemPropertyArbiter.BuilderSystemPropertyArbiter.Builder. setPropertyName(java.lang.String propertyName)Sets the Property Name.SystemPropertyArbiter.BuilderSystemPropertyArbiter.Builder. setPropertyValue(java.lang.String propertyValue)Sets the Property Value.
-