Uses of Interface
org.apache.logging.log4j.core.config.builder.api.KeyValuePairComponentBuilder
-
Packages that use KeyValuePairComponentBuilder Package Description org.apache.logging.log4j.core.config.builder.api Configuration Builder API for programmatically configuring Log4j.org.apache.logging.log4j.core.config.builder.impl Configuration Builder Implementation. -
-
Uses of KeyValuePairComponentBuilder in org.apache.logging.log4j.core.config.builder.api
Methods in org.apache.logging.log4j.core.config.builder.api that return KeyValuePairComponentBuilder Modifier and Type Method Description KeyValuePairComponentBuilder
ConfigurationBuilder. newKeyValuePair(String key, String value)
Returns a builder for creating KeyValuePair:s -
Uses of KeyValuePairComponentBuilder in org.apache.logging.log4j.core.config.builder.impl
Methods in org.apache.logging.log4j.core.config.builder.impl that return KeyValuePairComponentBuilder Modifier and Type Method Description KeyValuePairComponentBuilder
DefaultConfigurationBuilder. newKeyValuePair(String key, String value)
-