Uses of Interface
org.apache.logging.log4j.core.config.builder.api.PropertyComponentBuilder
-
Packages that use PropertyComponentBuilder 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 PropertyComponentBuilder in org.apache.logging.log4j.core.config.builder.api
Methods in org.apache.logging.log4j.core.config.builder.api that return PropertyComponentBuilder Modifier and Type Method Description PropertyComponentBuilder
ConfigurationBuilder. newProperty(String name, String value)
Returns a builder for creating Property:s -
Uses of PropertyComponentBuilder in org.apache.logging.log4j.core.config.builder.impl
Methods in org.apache.logging.log4j.core.config.builder.impl that return PropertyComponentBuilder Modifier and Type Method Description PropertyComponentBuilder
DefaultConfigurationBuilder. newProperty(String name, String value)
-