E - The type of log eventpublic class NullLevelFilterFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware> extends Object implements LevelFilterFactory<E>
Filter that will always defer to the next Filter.| Constructor and Description |
|---|
NullLevelFilterFactory() |
| Modifier and Type | Method and Description |
|---|---|
ch.qos.logback.core.filter.Filter<E> |
build(ch.qos.logback.classic.Level threshold)
Creates a
Filter that will always defer to the next Filter in the chain, if any. |
public ch.qos.logback.core.filter.Filter<E> build(ch.qos.logback.classic.Level threshold)
Filter that will always defer to the next Filter in the chain, if any.build in interface LevelFilterFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>threshold - the parameter is ignoredFilter with a Filter.decide(Object) method that will always return FilterReply.NEUTRAL.Copyright © 2019. All rights reserved.