LogLevel
import { LogLevel } from "https://raw.githubusercontent.com/Yamboy1/deno-structured-logging/0.4.2/mod.ts";
Logging levels
enum LogLevel { }
DEBUG = 10,
INFO = 20,
WARN = 30,
ERROR = 40,
CRITICAL = 50,
import { LogLevel } from "https://raw.githubusercontent.com/Yamboy1/deno-structured-logging/0.4.2/mod.ts";
Logging levels