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.
pub fn parse_log_interest_selector(
selector: &str,
) -> Result<LogInterestSelector, Error>
Parses a log severity selector of the form component_selector#SEVERITY
. For example:
core/foo#DEBUG.