Uses of Interface
org.apache.logging.log4j.core.config.builder.api.FilterableComponentBuilder
Packages that use FilterableComponentBuilder
Package
Description
Configuration Builder API for programmatically configuring Log4j.
Configuration Builder Implementation.
Configuration using Properties files.
-
Uses of FilterableComponentBuilder in org.apache.logging.log4j.core.config.builder.api
Subinterfaces of FilterableComponentBuilder in org.apache.logging.log4j.core.config.builder.apiModifier and TypeInterfaceDescriptioninterface
Builder for constructing Appender Components.interface
Assembler for constructing AppenderRef Components.interface
Wraps multiple Filter Component builders.interface
LoggableComponentBuilder<T extends ComponentBuilder<T>>
Common component builder for Logger and RootLogger elements.interface
Assembler for constructing Logger Components.interface
Assembler for constructing the root Logger Components. -
Uses of FilterableComponentBuilder in org.apache.logging.log4j.core.config.builder.impl
Classes in org.apache.logging.log4j.core.config.builder.impl that implement FilterableComponentBuilderModifier and TypeClassDescription(package private) class
Holds the Appender Component attributes and subcomponents.(package private) class
Holds the Appender Component attributes and subcomponents.(package private) class
(package private) class
(package private) class
-
Uses of FilterableComponentBuilder in org.apache.logging.log4j.core.config.properties
Methods in org.apache.logging.log4j.core.config.properties with type parameters of type FilterableComponentBuilderModifier and TypeMethodDescriptionprivate <B extends FilterableComponentBuilder<? extends ComponentBuilder<?>>>
BPropertiesConfigurationBuilder.addFiltersToComponent
(B componentBuilder, Properties properties)