Module

x/aleph/shared/log.ts>LevelNames

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias LevelNames
import { type LevelNames } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.33/shared/log.ts";
definition:
| "debug"
| "info"
| "warn"
| "error"
| "fatal"