Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Level

import type { Level } from "https://raw.githubusercontent.com/kt3k/simple_logger/v0.0.3/mod.ts";
type Level =
| "trace"
| "debug"
| "info"
| "warn"
| "error";

§Type

§
"trace" | "debug" | "info" | "warn" | "error"
[src]