Uses of Interface
org.apache.logging.log4j.core.config.builder.api.AppenderComponentBuilder
-
Packages that use AppenderComponentBuilder 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 AppenderComponentBuilder in org.apache.log4j.config
Methods in org.apache.log4j.config with parameters of type AppenderComponentBuilder Modifier and Type Method Description private void
Log4j1ConfigurationParser. buildAppenderLayout(java.lang.String name, AppenderComponentBuilder appenderBuilder)
private void
Log4j1ConfigurationParser. buildFileAppender(java.lang.String appenderName, AppenderComponentBuilder appenderBuilder)
-
Uses of AppenderComponentBuilder in org.apache.logging.log4j.core.config.builder.api
Methods in org.apache.logging.log4j.core.config.builder.api that return AppenderComponentBuilder Modifier and Type Method Description AppenderComponentBuilder
AppenderComponentBuilder. add(LayoutComponentBuilder builder)
Adds a Layout to the Appender component.AppenderComponentBuilder
ConfigurationBuilder. newAppender(java.lang.String name, java.lang.String pluginName)
Returns a builder for creating Appenders.Methods in org.apache.logging.log4j.core.config.builder.api with parameters of type AppenderComponentBuilder Modifier and Type Method Description ConfigurationBuilder<T>
ConfigurationBuilder. add(AppenderComponentBuilder builder)
Adds an AppenderComponent. -
Uses of AppenderComponentBuilder in org.apache.logging.log4j.core.config.builder.impl
Classes in org.apache.logging.log4j.core.config.builder.impl that implement AppenderComponentBuilder Modifier and Type Class Description (package private) class
DefaultAppenderComponentBuilder
Holds the Appender Component attributes and subcomponents.Methods in org.apache.logging.log4j.core.config.builder.impl that return AppenderComponentBuilder Modifier and Type Method Description AppenderComponentBuilder
DefaultAppenderComponentBuilder. add(FilterComponentBuilder builder)
AppenderComponentBuilder
DefaultAppenderComponentBuilder. add(LayoutComponentBuilder builder)
AppenderComponentBuilder
DefaultConfigurationBuilder. newAppender(java.lang.String name, java.lang.String type)
Methods in org.apache.logging.log4j.core.config.builder.impl with parameters of type AppenderComponentBuilder Modifier and Type Method Description ConfigurationBuilder<T>
DefaultConfigurationBuilder. add(AppenderComponentBuilder builder)
-
Uses of AppenderComponentBuilder in org.apache.logging.log4j.core.config.properties
Methods in org.apache.logging.log4j.core.config.properties that return AppenderComponentBuilder Modifier and Type Method Description private AppenderComponentBuilder
PropertiesConfigurationBuilder. createAppender(java.lang.String key, java.util.Properties properties)
-