selectors

Function parse_log_interest_selector

Source
pub fn parse_log_interest_selector(
    selector: &str,
) -> Result<LogInterestSelector, Error>
Expand description

Parses a log severity selector of the form component_selector#SEVERITY. For example: core/foo#DEBUG.