Skip to main content
Module

x/aleph/shared/log.ts>LevelNames

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