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

x/unilogger/src/logger.ts>LogTypes

Logger utility module for Deno
Latest
type alias LogTypes
import { type LogTypes } from "https://deno.land/x/unilogger@v1.1.0/src/logger.ts";
definition:
| "info"
| "debug"
| "warn"
| "error"
| "trace"
| "fatal"