org.dummy
Class DummyLBAppender

java.lang.Object
  extended by ch.qos.logback.core.spi.ContextAwareBase
      extended by ch.qos.logback.core.AppenderBase<LoggingEvent>
          extended by org.dummy.DummyLBAppender
All Implemented Interfaces:
Appender<LoggingEvent>, ContextAware, FilterAttachable<LoggingEvent>, LifeCycle

public class DummyLBAppender
extends AppenderBase<LoggingEvent>


Field Summary
 List<LoggingEvent> list
           
 List<String> stringList
           
 
Fields inherited from class ch.qos.logback.core.AppenderBase
name, started
 
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
 
Method Summary
protected  void append(LoggingEvent e)
           
 
Methods inherited from class ch.qos.logback.core.AppenderBase
addFilter, clearAllFilters, doAppend, getCopyOfAttachedFiltersList, getFilterChainDecision, getFirstFilter, getLayout, getName, isStarted, setLayout, setName, start, stop, toString
 
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
 

Field Detail

list

public List<LoggingEvent> list

stringList

public List<String> stringList
Method Detail

append

protected void append(LoggingEvent e)
Specified by:
append in class AppenderBase<LoggingEvent>


Copyright © 2005-2009 QOS.ch. All Rights Reserved.