| Interface | Description |
|---|---|
| FilterFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware> |
A service provider interface for creating Logback
Filter instances. |
| LevelFilterFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware> |
An interface for building Logback
Filters with a specified Level. |
| Class | Description |
|---|---|
| NullLevelFilterFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware> |
Factory for building a logback
Filter that will always defer to the next Filter. |
| ThresholdLevelFilterFactory |
Factory that creates a
Filter of type ILoggingEvent |
Copyright © 2023. All rights reserved.