Function loggingCLAType

  • Function to convert a string into a LogLevel for command line argument parsing. Returns null if the input is malformed.

    Parameters

    • logging: string

      the raw command line argument

    Returns LogLevel | null