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 LayoutComponentBuilderConfigurationBuilder. newLayout(java.lang.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 AppenderComponentBuilderAppenderComponentBuilder. 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 LayoutComponentBuilderDefaultConfigurationBuilder. newLayout(java.lang.String type)
-