Skip to main content
Module

std/log/mod.ts>LogConfig

Deno standard library
Go to Latest
interface LogConfig
import { type LogConfig } from "https://deno.land/std@0.75.0/log/mod.ts";

Properties

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