Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Log levels in ascending order.

type

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