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 LayoutComponentBuilderLog4j1ConfigurationParser. 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 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
Classes in org.apache.logging.log4j.core.config.builder.impl that implement LayoutComponentBuilder Modifier and Type Class Description (package private) classDefaultLayoutComponentBuilderMethods in org.apache.logging.log4j.core.config.builder.impl that return LayoutComponentBuilder Modifier and Type Method Description LayoutComponentBuilderDefaultConfigurationBuilder. 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 AppenderComponentBuilderDefaultAppenderComponentBuilder. 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 LayoutComponentBuilderPropertiesConfigurationBuilder. createLayout(java.lang.String appenderName, java.util.Properties properties)
-