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.LogConfig

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

Properties

optional
handlers: { [name: string]: BaseHandler; }
optional
loggers: { [name: string]: LoggerConfig; }