Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/unilogger/src/logger.ts>LogTypes

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