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.
|
Modifier and Type | Method and Description |
---|---|
RootLoggerComponentBuilder |
RootLoggerComponentBuilder.add(AppenderRefComponentBuilder assembler)
Add an Appender reference to the Logger component.
|
RootLoggerComponentBuilder |
RootLoggerComponentBuilder.add(FilterComponentBuilder assembler)
Add a Filter to the Logger component.
|
RootLoggerComponentBuilder |
ConfigurationBuilder.newAsyncRootLogger(Level level)
Returns a builder for creating the async root Logger.
|
RootLoggerComponentBuilder |
ConfigurationBuilder.newAsyncRootLogger(String level)
Returns a builder for creating the async root Logger.
|
RootLoggerComponentBuilder |
ConfigurationBuilder.newRootLogger(Level level)
Returns a builder for creating the root Logger.
|
RootLoggerComponentBuilder |
ConfigurationBuilder.newRootLogger(String level)
Returns a builder for creating the root Logger.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationBuilder<T> |
ConfigurationBuilder.add(RootLoggerComponentBuilder builder)
Adds the root Logger component.
|
Modifier and Type | Method and Description |
---|---|
RootLoggerComponentBuilder |
DefaultConfigurationBuilder.newAsyncRootLogger(Level level) |
RootLoggerComponentBuilder |
DefaultConfigurationBuilder.newAsyncRootLogger(String level) |
RootLoggerComponentBuilder |
DefaultConfigurationBuilder.newRootLogger(Level level) |
RootLoggerComponentBuilder |
DefaultConfigurationBuilder.newRootLogger(String level) |
Modifier and Type | Method and Description |
---|---|
ConfigurationBuilder<T> |
DefaultConfigurationBuilder.add(RootLoggerComponentBuilder builder) |
Copyright © 1999-2017 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.