Function parse_logging_spec

Source
pub fn parse_logging_spec(
    spec: &str,
) -> (Vec<LogDirective>, Vec<LogSpecParseError>)