Skip to main content
Module

x/aleph/lib/log.ts>LevelName

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias LevelName
import { type LevelName } from "https://deno.land/x/aleph@1.0.0-beta.1/lib/log.ts";
definition:
| "debug"
| "info"
| "warn"
| "error"
| "fatal"