Parses a debug level (numeric or string) into a strongly-typed LOG enumeration value.
Optional
The log level to parse
The default log level to return if parsing fails (default: Info)
The resolved LOG enumeration value
parseLogLevel('debug'); // LOG.Debug Copy
parseLogLevel('debug'); // LOG.Debug
Parses a debug level (numeric or string) into a strongly-typed LOG enumeration value.