| 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 |
|---|---|
CustomLevelComponentBuilder |
ConfigurationBuilder.newCustomLevel(java.lang.String name,
int level)
Returns a builder for creating CustomLevels
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationBuilder<T> |
ConfigurationBuilder.add(CustomLevelComponentBuilder builder)
Adds a CustomLevel component.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DefaultCustomLevelComponentBuilder |
| Modifier and Type | Method and Description |
|---|---|
CustomLevelComponentBuilder |
DefaultConfigurationBuilder.newCustomLevel(java.lang.String name,
int level) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationBuilder<T> |
DefaultConfigurationBuilder.add(CustomLevelComponentBuilder builder) |