function getLevelNameView codegetLevelName(level: LogLevel): LevelNameReturns the stringy log level name provided the numeric log level. Parameterslevel: LogLevelView codeReturn TypeLevelNameView code