Uses of Interface
org.apache.logging.log4j.core.config.builder.api.FilterableComponentBuilder
-
Packages that use FilterableComponentBuilder 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.org.apache.logging.log4j.core.config.properties 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.api Modifier and Type Interface Description interfaceAppenderComponentBuilderBuilder for constructing Appender Components.interfaceAppenderRefComponentBuilderAssembler for constructing AppenderRef Components.interfaceCompositeFilterComponentBuilderWraps multiple Filter Component builders.interfaceLoggableComponentBuilder<T extends ComponentBuilder<T>>Common component builder for Logger and RootLogger elements.interfaceLoggerComponentBuilderAssembler for constructing Logger Components.interfaceRootLoggerComponentBuilderAssembler 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 FilterableComponentBuilder Modifier and Type Class Description (package private) classDefaultAppenderComponentBuilderHolds the Appender Component attributes and subcomponents.(package private) classDefaultAppenderRefComponentBuilderHolds the Appender Component attributes and subcomponents.(package private) classDefaultCompositeFilterComponentBuilder(package private) classDefaultLoggerComponentBuilder(package private) classDefaultRootLoggerComponentBuilder -
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 FilterableComponentBuilder Modifier and Type Method Description private <B extends FilterableComponentBuilder<? extends ComponentBuilder<?>>>
BPropertiesConfigurationBuilder. addFiltersToComponent(B componentBuilder, java.util.Properties properties)
-