converts the passed in string to a LogLevel number that can be used to compare to other levels (higher numbers have higher precedence and would be allowed to pass through if the LogLevel were set to the same or lower value)
LogLevel
a string that may or may not be of type LogLevel
the integer value of the LogLevel or LogLevel none
none
Generated using TypeDoc
converts the passed in string to a
LogLevelnumber that can be used to compare to other levels (higher numbers have higher precedence and would be allowed to pass through if theLogLevelwere set to the same or lower value)