Struct bdrck::logging::LogFilter [] [src]

pub struct LogFilter {
    pub module: Option<Regex>,
    pub level: LogLevelFilter,
}

Fields

Methods

impl LogFilter
[src]

[src]

Trait Implementations

impl FromStr for LogFilter
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more