Uses of Interface
org.apache.logging.log4j.core.config.builder.api.AppenderComponentBuilder
-
Packages that use AppenderComponentBuilder 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 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(String name, 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
Methods in org.apache.logging.log4j.core.config.builder.impl that return AppenderComponentBuilder Modifier and Type Method Description AppenderComponentBuilder
DefaultConfigurationBuilder. newAppender(String name, 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)
-