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.
component_selector#SEVERITY