Skip to main content
Module

x/branch/deps.ts>LogLevels

📠 Denosaurs pretty logger
Go to Latest
enum LogLevels
import { LogLevels } from "https://deno.land/x/branch@0.0.1/deps.ts";

Get log level numeric values through enum constants

Members

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