Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.0.1/deps.ts";
const { LogConfig } = log;

Properties

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