public interface AppenderComponentBuilder extends FilterableComponentBuilder<AppenderComponentBuilder>
Modifier and Type | Method and Description |
---|---|
AppenderComponentBuilder |
add(LayoutComponentBuilder builder)
Adds a Layout to the Appender component.
|
java.lang.String |
getName()
Returns the name of the Appender.
|
add
addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addComponent, getBuilder
AppenderComponentBuilder add(LayoutComponentBuilder builder)
builder
- The LayoutComponentBuilder with all of its attributes set.java.lang.String getName()
getName
in interface ComponentBuilder<AppenderComponentBuilder>