Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/wmill/deps.ts>log.LogLevels

Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool.
Go to Latest
enum log.LogLevels
import { log } from "https://deno.land/x/wmill@v1.346.0/deps.ts";
const { LogLevels } = log;

Get log level numeric values through enum constants. Defaults to INFO.

Members

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