public class ThresholdLevelFilterFactory extends Object implements LevelFilterFactory<ch.qos.logback.classic.spi.ILoggingEvent>
Filter of type ILoggingEvent| Constructor and Description |
|---|
ThresholdLevelFilterFactory() |
| Modifier and Type | Method and Description |
|---|---|
ch.qos.logback.core.filter.Filter<ch.qos.logback.classic.spi.ILoggingEvent> |
build(ch.qos.logback.classic.Level threshold)
Creates and starts a
Filter for the given threshold. |
public ch.qos.logback.core.filter.Filter<ch.qos.logback.classic.spi.ILoggingEvent> build(ch.qos.logback.classic.Level threshold)
Filter for the given threshold.build in interface LevelFilterFactory<ch.qos.logback.classic.spi.ILoggingEvent>threshold - The minimum event level for this filter.FilterCopyright © 2021. All rights reserved.