Uses of Interface
org.apache.logging.log4j.core.config.builder.api.LayoutComponentBuilder
-
Packages that use LayoutComponentBuilder 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 LayoutComponentBuilder in org.apache.logging.log4j.core.config.builder.api
Methods in org.apache.logging.log4j.core.config.builder.api that return LayoutComponentBuilder Modifier and Type Method Description LayoutComponentBuilder
ConfigurationBuilder. newLayout(String pluginName)
Returns a builder for creating Layouts.Methods in org.apache.logging.log4j.core.config.builder.api with parameters of type LayoutComponentBuilder Modifier and Type Method Description AppenderComponentBuilder
AppenderComponentBuilder. add(LayoutComponentBuilder builder)
Adds a Layout to the Appender component. -
Uses of LayoutComponentBuilder in org.apache.logging.log4j.core.config.builder.impl
Methods in org.apache.logging.log4j.core.config.builder.impl that return LayoutComponentBuilder Modifier and Type Method Description LayoutComponentBuilder
DefaultConfigurationBuilder. newLayout(String type)
-