Skip to main content
Module

std/log/logger.ts>LoggerOptions

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

Properties

optional
handlers: BaseHandler[]