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.Builder
SystemPropertyArbiter.Builder. asBuilder()
static SystemPropertyArbiter.Builder
ClassArbiter. newBuilder()
static SystemPropertyArbiter.Builder
SystemPropertyArbiter. newBuilder()
SystemPropertyArbiter.Builder
SystemPropertyArbiter.Builder. setPropertyName(java.lang.String propertyName)
Sets the Property Name.SystemPropertyArbiter.Builder
SystemPropertyArbiter.Builder. setPropertyValue(java.lang.String propertyValue)
Sets the Property Value.
-