parse_level_filter_str

Function parse_level_filter_str 

Source
pub fn parse_level_filter_str(s: &str) -> Result<LevelFilter>
Expand description

Parses a string into a LevelFilter.

ยงErrors

Returns an error if the provided string is not a valid LevelFilter.