Uses of Interface
org.apache.logging.log4j.core.config.builder.api.RootLoggerComponentBuilder
-
Packages that use RootLoggerComponentBuilder 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 RootLoggerComponentBuilder in org.apache.logging.log4j.core.config.builder.api
Methods in org.apache.logging.log4j.core.config.builder.api that return RootLoggerComponentBuilder Modifier and Type Method Description RootLoggerComponentBuilderConfigurationBuilder. newAsyncRootLogger()Returns a builder for creating the async root Logger.RootLoggerComponentBuilderConfigurationBuilder. newAsyncRootLogger(boolean includeLocation)Returns a builder for creating the async root Logger.RootLoggerComponentBuilderConfigurationBuilder. newAsyncRootLogger(java.lang.String level)Returns a builder for creating the async root Logger.RootLoggerComponentBuilderConfigurationBuilder. newAsyncRootLogger(java.lang.String level, boolean includeLocation)Returns a builder for creating the async root Logger.RootLoggerComponentBuilderConfigurationBuilder. newAsyncRootLogger(Level level)Returns a builder for creating the async root Logger.RootLoggerComponentBuilderConfigurationBuilder. newAsyncRootLogger(Level level, boolean includeLocation)Returns a builder for creating the async root Logger.RootLoggerComponentBuilderConfigurationBuilder. newRootLogger()Returns a builder for creating the root Logger.RootLoggerComponentBuilderConfigurationBuilder. newRootLogger(boolean includeLocation)Returns a builder for creating the root Logger.RootLoggerComponentBuilderConfigurationBuilder. newRootLogger(java.lang.String level)Returns a builder for creating the root Logger.RootLoggerComponentBuilderConfigurationBuilder. newRootLogger(java.lang.String level, boolean includeLocation)Returns a builder for creating the root Logger.RootLoggerComponentBuilderConfigurationBuilder. newRootLogger(Level level)Returns a builder for creating the root Logger.RootLoggerComponentBuilderConfigurationBuilder. 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 RootLoggerComponentBuilder Modifier and Type Method Description ConfigurationBuilder<T>ConfigurationBuilder. 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 RootLoggerComponentBuilder Modifier and Type Method Description RootLoggerComponentBuilderDefaultConfigurationBuilder. newAsyncRootLogger()RootLoggerComponentBuilderDefaultConfigurationBuilder. newAsyncRootLogger(boolean includeLocation)RootLoggerComponentBuilderDefaultConfigurationBuilder. newAsyncRootLogger(java.lang.String level)RootLoggerComponentBuilderDefaultConfigurationBuilder. newAsyncRootLogger(java.lang.String level, boolean includeLocation)RootLoggerComponentBuilderDefaultConfigurationBuilder. newAsyncRootLogger(Level level)RootLoggerComponentBuilderDefaultConfigurationBuilder. newAsyncRootLogger(Level level, boolean includeLocation)RootLoggerComponentBuilderDefaultConfigurationBuilder. newRootLogger()RootLoggerComponentBuilderDefaultConfigurationBuilder. newRootLogger(boolean includeLocation)RootLoggerComponentBuilderDefaultConfigurationBuilder. newRootLogger(java.lang.String level)RootLoggerComponentBuilderDefaultConfigurationBuilder. newRootLogger(java.lang.String level, boolean includeLocation)RootLoggerComponentBuilderDefaultConfigurationBuilder. newRootLogger(Level level)RootLoggerComponentBuilderDefaultConfigurationBuilder. newRootLogger(Level level, boolean includeLocation)Methods in org.apache.logging.log4j.core.config.builder.impl with parameters of type RootLoggerComponentBuilder Modifier and Type Method Description ConfigurationBuilder<T>DefaultConfigurationBuilder. add(RootLoggerComponentBuilder builder)
-