Skip to main content
Module

x/branch/deps.ts>log.LogConfig

📠 Denosaurs pretty logger
Go to Latest
interface log.LogConfig
import { type log } from "https://deno.land/x/branch@0.1.2/deps.ts";
const { LogConfig } = log;

Properties

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