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 |
---|---|
PropertyComponentBuilder |
ConfigurationBuilder.newProperty(java.lang.String name,
java.lang.String value)
Returns a builder for creating Property:s
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
DefaultPropertyComponentBuilder |
Modifier and Type | Method and Description |
---|---|
PropertyComponentBuilder |
DefaultConfigurationBuilder.newProperty(java.lang.String name,
java.lang.String value) |