org.scijava.config.logback
Class StdErrFilter

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.StdErrFilter
All Implemented Interfaces:
ch.qos.logback.core.spi.ContextAware, ch.qos.logback.core.spi.LifeCycle

public class StdErrFilter
extends AbstractLevelsFilter

Filters log messages, keeping only Level.WARN and Level.ERROR levels. This is useful so that they can be directed to a particular log appender (e.g., stderr).

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
StdErrFilter()
           
 
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

StdErrFilter

public StdErrFilter()


Copyright © 2014–2015 SciJava. All rights reserved.