Skip to main content
Module

x/lume/deps/log.ts>LogConfig

🔥 Static site generator for Deno 🦕
Very Popular
Latest
interface LogConfig
Re-export
import { type LogConfig } from "https://deno.land/x/lume@v2.1.4/deps/log.ts";

Properties

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