Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
enum LogLevels
import { LogLevels } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/log/mod.ts";

Get log level numeric values through enum constants

Members

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