function getLevelByNameView codegetLevelByName(name: LevelName): LogLevelReturns the numeric log level associated with the passed, stringy log level name. Parametersname: LevelNameView codeReturn TypeLogLevelView code