ch.qos.logback.access.testUtil
Class NotifyingListAppender
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.AppenderBase<AccessEvent>
ch.qos.logback.access.testUtil.NotifyingListAppender
- All Implemented Interfaces:
- Appender<AccessEvent>, ContextAware, FilterAttachable<AccessEvent>, LifeCycle
public class NotifyingListAppender
- extends AppenderBase<AccessEvent>
Methods inherited from class ch.qos.logback.core.AppenderBase |
addFilter, clearAllFilters, doAppend, getCopyOfAttachedFiltersList, getFilterChainDecision, getFirstFilter, getLayout, getName, isStarted, setLayout, setName, start, stop, toString |
list
public List<AccessEvent> list
NotifyingListAppender
public NotifyingListAppender()
append
protected void append(AccessEvent e)
- Specified by:
append
in class AppenderBase<AccessEvent>
Copyright © 2005-2009 QOS.ch. All Rights Reserved.