Struct log4rs::filter::threshold::ThresholdFilterDeserializer [] [src]

pub struct ThresholdFilterDeserializer;

A deserializer for the ThresholdFilter.

Configuration

kind: threshold

# The threshold log level to filter at. Required
level: warn

Trait Implementations

impl Deserialize for ThresholdFilterDeserializer
[src]

The trait that this deserializer will create.

This deserializer's configuration.

Create a new trait object based on the provided config.