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

x/unilogger/src/logger.ts>LoggerConfigs

Logger utility module for Deno
Latest
interface LoggerConfigs
import { type LoggerConfigs } from "https://deno.land/x/unilogger@v1.1.0/src/logger.ts";

Properties

optional
level: LogTypes | "all" | "off"
optional
tag_string: string
optional
tag_string_fns: { [key: string]: TagStringFunction; }