Package | Description |
---|---|
org.apache.logging.log4j.core.config.builder.api | |
org.apache.logging.log4j.core.config.builder.impl |
Modifier and Type | Method and Description |
---|---|
FilterComponentBuilder |
ConfigurationBuilder.newFilter(String pluginName,
Filter.Result onMatch,
Filter.Result onMisMatch)
Returns a builder for creating Filters.
|
FilterComponentBuilder |
ConfigurationBuilder.newFilter(String pluginName,
String onMatch,
String onMisMatch)
Returns a builder for creating Filters.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationBuilder<T> |
ConfigurationBuilder.add(FilterComponentBuilder builder)
Adds a Filter component.
|
AppenderComponentBuilder |
AppenderComponentBuilder.add(FilterComponentBuilder builder)
Adds a Filter to the Appender component.
|
LoggerComponentBuilder |
LoggerComponentBuilder.add(FilterComponentBuilder assembler)
Add a Filter to the Logger component.
|
AppenderRefComponentBuilder |
AppenderRefComponentBuilder.add(FilterComponentBuilder assembler)
Add a Filter to the Appender component.
|
CompositeFilterComponentBuilder |
CompositeFilterComponentBuilder.add(FilterComponentBuilder assembler)
Add a FilterComponent.
|
RootLoggerComponentBuilder |
RootLoggerComponentBuilder.add(FilterComponentBuilder assembler)
Add a Filter to the Logger component.
|
Modifier and Type | Method and Description |
---|---|
FilterComponentBuilder |
DefaultConfigurationBuilder.newFilter(String type,
Filter.Result onMatch,
Filter.Result onMisMatch) |
FilterComponentBuilder |
DefaultConfigurationBuilder.newFilter(String type,
String onMatch,
String onMisMatch) |
Modifier and Type | Method and Description |
---|---|
ConfigurationBuilder<T> |
DefaultConfigurationBuilder.add(FilterComponentBuilder builder) |
Copyright © 1999-2016 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.