Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/log/logger.ts>LoggerOptions

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

Properties

optional
handlers: BaseHandler[]