pub fn parse_level(s: &str) -> Option<Level>
Parse a level string (case-insensitive) into a Level.
Level
Accepts: "trace", "debug", "info", "warn" / "warning", "error", or numeric "0"–"4".
"trace"
"debug"
"info"
"warn"
"warning"
"error"
"0"
"4"