public class RecursiveLBAppender extends AppenderBase<ILoggingEvent>
| Modifier and Type | Field and Description |
|---|---|
List<ILoggingEvent> |
list |
List<String> |
stringList |
name, startedcontext| Constructor and Description |
|---|
RecursiveLBAppender() |
RecursiveLBAppender(PatternLayout layout) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
append(ILoggingEvent e) |
void |
start() |
addFilter, clearAllFilters, doAppend, getCopyOfAttachedFiltersList, getFilterChainDecision, getName, isStarted, setName, stop, toStringaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContextpublic List<ILoggingEvent> list
public List<String> stringList
public RecursiveLBAppender()
public RecursiveLBAppender(PatternLayout layout)
public void start()
start in interface LifeCyclestart in class AppenderBase<ILoggingEvent>protected void append(ILoggingEvent e)
append in class AppenderBase<ILoggingEvent>Copyright © 2005–2018 QOS.ch. All rights reserved.