Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/log/levels.ts>getLevelName

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function getLevelName
import { getLevelName } from "https://deno.land/std@0.180.0/log/levels.ts";

Returns the stringy log level name provided the numeric log level

Parameters

level: number