org.scijava.config.logback
Class StdOutFilter

java.lang.Object
  extended by ch.qos.logback.core.spi.ContextAwareBase
      extended by ch.qos.logback.core.filter.Filter<E>
          extended by ch.qos.logback.core.filter.AbstractMatcherFilter<ch.qos.logback.classic.spi.LoggingEvent>
              extended by org.scijava.config.logback.AbstractLevelsFilter
                  extended by org.scijava.config.logback.StdOutFilter
All Implemented Interfaces:
ch.qos.logback.core.spi.ContextAware, ch.qos.logback.core.spi.LifeCycle

public class StdOutFilter
extends AbstractLevelsFilter

Filters log messages, keeping only Level.TRACE, Level.DEBUG and Level.INFO levels. This is useful so that they can be directed to a particular log appender (e.g., stdout).

Author:
Curtis Rueden

Field Summary
 
Fields inherited from class ch.qos.logback.core.filter.AbstractMatcherFilter
onMatch, onMismatch
 
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
 
Constructor Summary
StdOutFilter()
           
 
Method Summary
 
Methods inherited from class org.scijava.config.logback.AbstractLevelsFilter
decide
 
Methods inherited from class ch.qos.logback.core.filter.AbstractMatcherFilter
getOnMatch, getOnMismatch, setOnMatch, setOnMismatch
 
Methods inherited from class ch.qos.logback.core.filter.Filter
getName, isStarted, setName, start, stop
 
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StdOutFilter

public StdOutFilter()


Copyright © 2014–2015 SciJava. All rights reserved.