LevelCopyimport 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]