Struct log4rs::filter::threshold::ThresholdFilter
[−]
[src]
pub struct ThresholdFilter { // some fields omitted }
A filter that rejects all events at a level below a provided threshold.
Methods
impl ThresholdFilter
[src]
fn new(level: LogLevelFilter) -> ThresholdFilter
Creates a new ThresholdFilter
with the specified threshold.