|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Appender<E>
| Method Summary | |
|---|---|
void |
doAppend(E event)
This is where an appender accomplishes its work. |
String |
getName()
Get the name of this appender. |
void |
setName(String name)
Set the name of this appender. |
| Methods inherited from interface ch.qos.logback.core.spi.LifeCycle |
|---|
isStarted, start, stop |
| Methods inherited from interface ch.qos.logback.core.spi.ContextAware |
|---|
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext |
| Methods inherited from interface ch.qos.logback.core.spi.FilterAttachable |
|---|
addFilter, clearAllFilters, getCopyOfAttachedFiltersList, getFilterChainDecision |
| Method Detail |
|---|
String getName()
void doAppend(E event)
throws LogbackException
event -
LogbackExceptionvoid setName(String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||