• 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)

    Parameters

    • level: string

      a string that may or may not be of type LogLevel

    Returns number

    the integer value of the LogLevel or LogLevel none

Generated using TypeDoc