class DefaultAppenderComponentBuilder extends DefaultComponentAndConfigurationBuilder<AppenderComponentBuilder> implements AppenderComponentBuilder
| Constructor and Description |
|---|
DefaultAppenderComponentBuilder(DefaultConfigurationBuilder<? extends Configuration> builder,
java.lang.String name,
java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
AppenderComponentBuilder |
add(FilterComponentBuilder builder)
Adds a Filter to the component.
|
AppenderComponentBuilder |
add(LayoutComponentBuilder builder)
Adds a Layout to the Appender component.
|
addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addComponent, build, getBuilder, getName, putclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNameaddAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addComponent, getBuilderpublic DefaultAppenderComponentBuilder(DefaultConfigurationBuilder<? extends Configuration> builder, java.lang.String name, java.lang.String type)
public AppenderComponentBuilder add(LayoutComponentBuilder builder)
AppenderComponentBuilderadd in interface AppenderComponentBuilderbuilder - The LayoutComponentBuilder with all of its attributes set.public AppenderComponentBuilder add(FilterComponentBuilder builder)
FilterableComponentBuilderadd in interface FilterableComponentBuilder<AppenderComponentBuilder>builder - The FilterComponentBuilder with all of its attributes and sub components set.