Module

x/drash/src/standard/log/Level.ts>Level

A microframework for building JavaScript HTTP applications. Runtime-agnostic. Strongly typed.
Latest
variable Level
import { Level } from "https://dotland.deno.dev/x/drash@v3.0.0-beta.2/src/standard/log/Level.ts";

Log levels in ascending order.

type

{ Off: number; Fatal: number; Error: number; Warn: number; Info: number; Debug: number; Trace: number; All: number; }