Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/plugin_prepare/deps.ts>log.LogConfig

A library for managing deno native plugin dependencies
Latest
interface log.LogConfig
import { type log } from "https://deno.land/x/plugin_prepare@v0.8.0/deps.ts";
const { LogConfig } = log;

Properties

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