Uses of Interface
org.apache.logging.log4j.core.config.builder.api.LayoutComponentBuilder
Packages that use LayoutComponentBuilder
Package
Description
Log4j 1.x compatibility layer.
Configuration Builder API for programmatically configuring Log4j.
Configuration Builder Implementation.
Configuration using Properties files.
-
Uses of LayoutComponentBuilder in org.apache.log4j.config
Methods in org.apache.log4j.config that return LayoutComponentBuilderModifier and TypeMethodDescriptionprivate LayoutComponentBuilder
Log4j1ConfigurationParser.newPatternLayout
(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 LayoutComponentBuilderModifier and TypeMethodDescriptionReturns a builder for creating Layouts.Methods in org.apache.logging.log4j.core.config.builder.api with parameters of type LayoutComponentBuilderModifier and TypeMethodDescriptionAppenderComponentBuilder.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 LayoutComponentBuilderMethods in org.apache.logging.log4j.core.config.builder.impl that return LayoutComponentBuilderModifier and TypeMethodDescriptionMethods in org.apache.logging.log4j.core.config.builder.impl with parameters of type LayoutComponentBuilderModifier and TypeMethodDescriptionDefaultAppenderComponentBuilder.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 LayoutComponentBuilderModifier and TypeMethodDescriptionprivate LayoutComponentBuilder
PropertiesConfigurationBuilder.createLayout
(String appenderName, Properties properties)