Skip to main content
Module

x/alephjs/lib/log.ts>LevelName

The Full-stack Framework in Deno.
Latest
type alias LevelName
import { type LevelName } from "https://deno.land/x/alephjs@1.0.0-alpha.78.1/lib/log.ts";
definition:
| "debug"
| "info"
| "warn"
| "error"
| "fatal"