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(java.lang.String key, java.lang.String value)
Returns a builder for creating KeyValuePair:s -
Uses of KeyValuePairComponentBuilder in org.apache.logging.log4j.core.config.builder.impl
Classes in org.apache.logging.log4j.core.config.builder.impl that implement KeyValuePairComponentBuilder Modifier and Type Class Description (package private) class
DefaultKeyValuePairComponentBuilder
Methods in org.apache.logging.log4j.core.config.builder.impl that return KeyValuePairComponentBuilder Modifier and Type Method Description KeyValuePairComponentBuilder
DefaultConfigurationBuilder. newKeyValuePair(java.lang.String key, java.lang.String value)
-