[][src]Function bdrck::logging::parse_log_level_filter

pub fn parse_log_level_filter(s: &str) -> Result<LevelFilter>

This is a utility function which provides a way to parse a log::LevelFilter from a string. Upstream doesn't impl FromStr for this type, so this extra utility is necessary.