| Package | Description |
|---|---|
| org.apache.logging.log4j.core.config |
Configuration of Log4j 2.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<CustomLevelConfig> |
CustomLevels.customLevels |
private java.util.List<CustomLevelConfig> |
AbstractConfiguration.customLevels |
| Modifier and Type | Method and Description |
|---|---|
static CustomLevelConfig |
CustomLevelConfig.createLevel(java.lang.String levelName,
int intLevel)
Creates a CustomLevelConfig object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomLevelConfig> |
CustomLevels.getCustomLevels()
Returns a list of the
CustomLevelConfig objects created during configuration. |
java.util.List<CustomLevelConfig> |
Configuration.getCustomLevels()
Returns a list of descriptors of the custom levels defined in the current configuration.
|
java.util.List<CustomLevelConfig> |
AbstractConfiguration.getCustomLevels() |
| Modifier and Type | Method and Description |
|---|---|
static CustomLevels |
CustomLevels.createCustomLevels(CustomLevelConfig[] customLevels)
Create a CustomLevels object to contain all the CustomLevelConfigs.
|
| Constructor and Description |
|---|
CustomLevels(CustomLevelConfig[] customLevels) |