|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.filter.Filter<E>
ch.qos.logback.core.filter.AbstractMatcherFilter<ch.qos.logback.classic.spi.LoggingEvent>
org.scijava.config.logback.AbstractLevelsFilter
org.scijava.config.logback.StdErrFilter
public class StdErrFilter
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).
| 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 |
|---|
public StdErrFilter()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||