Skip to main content
Module

std/log/levels.ts>LogLevels

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

Get log level numeric values through enum constants

Members

CRITICAL = 50
DEBUG = 10
ERROR = 40
INFO = 20
NOTSET = 0
WARNING = 30