public interface Appender<E> extends LifeCycle, ContextAware, FilterAttachable<E>
Modifier and Type | Method and Description |
---|---|
void |
doAppend(E event)
This is where an appender accomplishes its work.
|
java.lang.String |
getName()
Get the name of this appender.
|
void |
setName(java.lang.String name)
Set the name of this appender.
|
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
addFilter, clearAllFilters, getCopyOfAttachedFiltersList, getFilterChainDecision
java.lang.String getName()
void doAppend(E event) throws LogbackException
event
- LogbackException
void setName(java.lang.String name)
Copyright © 2010 - 2020 Adobe. All Rights Reserved