public class CompositeFilter
extends ch.qos.logback.core.filter.Filter<ch.qos.logback.classic.spi.ILoggingEvent>
| Constructor and Description |
|---|
CompositeFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLogInclusionRule(LogBackLogInclusionRule logInclusionRule) |
ch.qos.logback.core.spi.FilterReply |
decide(ch.qos.logback.classic.spi.ILoggingEvent event) |
long |
getErrorCount() |
long |
getWarnCount() |
void |
removeLogInclusionRule(LogBackLogInclusionRule logInclusionRule) |
getName, isStarted, setName, start, stoppublic void addLogInclusionRule(LogBackLogInclusionRule logInclusionRule)
public void removeLogInclusionRule(LogBackLogInclusionRule logInclusionRule)
public ch.qos.logback.core.spi.FilterReply decide(ch.qos.logback.classic.spi.ILoggingEvent event)
decide in class ch.qos.logback.core.filter.Filter<ch.qos.logback.classic.spi.ILoggingEvent>public long getErrorCount()
public long getWarnCount()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.