Uses of Interface
org.apache.logging.log4j.core.config.builder.api.LayoutComponentBuilder
-
Packages that use LayoutComponentBuilder Package Description org.apache.log4j.config Log4j 1.x compatibility layer.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.org.apache.logging.log4j.core.config.properties Configuration using Properties files. -
-
Uses of LayoutComponentBuilder in org.apache.log4j.config
Methods in org.apache.log4j.config that return LayoutComponentBuilder Modifier and Type Method Description private LayoutComponentBuilder
Log4j1ConfigurationParser. newPatternLayout(java.lang.String pattern)
-
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(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 AppenderComponentBuilder
AppenderComponentBuilder. add(LayoutComponentBuilder builder)
Adds a Layout to the Appender component. -
Uses of LayoutComponentBuilder in org.apache.logging.log4j.core.config.builder.impl
Classes in org.apache.logging.log4j.core.config.builder.impl that implement LayoutComponentBuilder Modifier and Type Class Description (package private) class
DefaultLayoutComponentBuilder
Methods in org.apache.logging.log4j.core.config.builder.impl that return LayoutComponentBuilder Modifier and Type Method Description LayoutComponentBuilder
DefaultConfigurationBuilder. newLayout(java.lang.String type)
Methods in org.apache.logging.log4j.core.config.builder.impl with parameters of type LayoutComponentBuilder Modifier and Type Method Description AppenderComponentBuilder
DefaultAppenderComponentBuilder. add(LayoutComponentBuilder builder)
-
Uses of LayoutComponentBuilder in org.apache.logging.log4j.core.config.properties
Methods in org.apache.logging.log4j.core.config.properties that return LayoutComponentBuilder Modifier and Type Method Description private LayoutComponentBuilder
PropertiesConfigurationBuilder. createLayout(java.lang.String appenderName, java.util.Properties properties)
-