Package | Description |
---|---|
org.apache.log4j.config |
Log4j 1.x compatibility layer.
|
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.
|
org.apache.logging.log4j.core.config.properties |
Configuration using Properties files.
|
Modifier and Type | Method and Description |
---|---|
private LayoutComponentBuilder |
Log4j1ConfigurationParser.newPatternLayout(java.lang.String pattern) |
Modifier and Type | Method and Description |
---|---|
LayoutComponentBuilder |
ConfigurationBuilder.newLayout(java.lang.String pluginName)
Returns a builder for creating Layouts.
|
Modifier and Type | Method and Description |
---|---|
AppenderComponentBuilder |
AppenderComponentBuilder.add(LayoutComponentBuilder builder)
Adds a Layout to the Appender component.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
DefaultLayoutComponentBuilder |
Modifier and Type | Method and Description |
---|---|
LayoutComponentBuilder |
DefaultConfigurationBuilder.newLayout(java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
AppenderComponentBuilder |
DefaultAppenderComponentBuilder.add(LayoutComponentBuilder builder) |
Modifier and Type | Method and Description |
---|---|
private LayoutComponentBuilder |
PropertiesConfigurationBuilder.createLayout(java.lang.String appenderName,
java.util.Properties properties) |