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.
-
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
Methods in org.apache.logging.log4j.core.config.builder.impl that return RootLoggerComponentBuilderModifier and TypeMethodDescriptionDefaultConfigurationBuilder.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)