| 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 |
|---|---|
KeyValuePairComponentBuilder |
ConfigurationBuilder.newKeyValuePair(java.lang.String key,
java.lang.String value)
Returns a builder for creating KeyValuePair:s
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DefaultKeyValuePairComponentBuilder |
| Modifier and Type | Method and Description |
|---|---|
KeyValuePairComponentBuilder |
DefaultConfigurationBuilder.newKeyValuePair(java.lang.String key,
java.lang.String value) |