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