Uses of Interface
org.apache.logging.log4j.core.config.builder.api.RootLoggerComponentBuilder
Packages that use RootLoggerComponentBuilder
Package
Description
Configuration Builder API for programmatically configuring Log4j.
Configuration Builder Implementation.
Configuration using Properties files.
-
Uses of RootLoggerComponentBuilder in org.apache.logging.log4j.core.config.builder.api
Methods in org.apache.logging.log4j.core.config.builder.api that return RootLoggerComponentBuilderModifier and TypeMethodDescriptionConfigurationBuilder.newAsyncRootLogger()
Returns a builder for creating the async root Logger.ConfigurationBuilder.newAsyncRootLogger
(boolean includeLocation) Returns a builder for creating the async root Logger.ConfigurationBuilder.newAsyncRootLogger
(String level) Returns a builder for creating the async root Logger.ConfigurationBuilder.newAsyncRootLogger
(String level, boolean includeLocation) Returns a builder for creating the async root Logger.ConfigurationBuilder.newAsyncRootLogger
(Level level) Returns a builder for creating the async root Logger.ConfigurationBuilder.newAsyncRootLogger
(Level level, boolean includeLocation) Returns a builder for creating the async root Logger.ConfigurationBuilder.newRootLogger()
Returns a builder for creating the root Logger.ConfigurationBuilder.newRootLogger
(boolean includeLocation) Returns a builder for creating the root Logger.ConfigurationBuilder.newRootLogger
(String level) Returns a builder for creating the root Logger.ConfigurationBuilder.newRootLogger
(String level, boolean includeLocation) Returns a builder for creating the root Logger.ConfigurationBuilder.newRootLogger
(Level level) Returns a builder for creating the root Logger.ConfigurationBuilder.newRootLogger
(Level level, boolean includeLocation) Returns a builder for creating the root Logger.Methods in org.apache.logging.log4j.core.config.builder.api with parameters of type RootLoggerComponentBuilderModifier and TypeMethodDescriptionConfigurationBuilder.add
(RootLoggerComponentBuilder builder) Adds the root Logger component. -
Uses of RootLoggerComponentBuilder in org.apache.logging.log4j.core.config.builder.impl
Classes in org.apache.logging.log4j.core.config.builder.impl that implement RootLoggerComponentBuilderMethods in org.apache.logging.log4j.core.config.builder.impl that return RootLoggerComponentBuilderModifier and TypeMethodDescriptionDefaultRootLoggerComponentBuilder.add
(AppenderRefComponentBuilder builder) DefaultRootLoggerComponentBuilder.add
(FilterComponentBuilder builder) DefaultConfigurationBuilder.newAsyncRootLogger()
DefaultConfigurationBuilder.newAsyncRootLogger
(boolean includeLocation) DefaultConfigurationBuilder.newAsyncRootLogger
(String level) DefaultConfigurationBuilder.newAsyncRootLogger
(String level, boolean includeLocation) DefaultConfigurationBuilder.newAsyncRootLogger
(Level level) DefaultConfigurationBuilder.newAsyncRootLogger
(Level level, boolean includeLocation) DefaultConfigurationBuilder.newRootLogger()
DefaultConfigurationBuilder.newRootLogger
(boolean includeLocation) DefaultConfigurationBuilder.newRootLogger
(String level) DefaultConfigurationBuilder.newRootLogger
(String level, boolean includeLocation) DefaultConfigurationBuilder.newRootLogger
(Level level) DefaultConfigurationBuilder.newRootLogger
(Level level, boolean includeLocation) Methods in org.apache.logging.log4j.core.config.builder.impl with parameters of type RootLoggerComponentBuilderModifier and TypeMethodDescriptionDefaultConfigurationBuilder.add
(RootLoggerComponentBuilder builder) -
Uses of RootLoggerComponentBuilder in org.apache.logging.log4j.core.config.properties
Methods in org.apache.logging.log4j.core.config.properties that return RootLoggerComponentBuilderModifier and TypeMethodDescriptionprivate RootLoggerComponentBuilder
PropertiesConfigurationBuilder.createRootLogger
(Properties properties)