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

x/justaos_utils/packages/logger-utils/deps.ts>log.LevelName

Common utility functions used across projects
Go to Latest
type alias log.LevelName
Re-export
import { type log } from "https://deno.land/x/justaos_utils@v1.9.0/packages/logger-utils/deps.ts";
const { LevelName } = log;

Union of valid log level names

definition: Exclude<keyof LogLevels, number>