Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/justaos_utils/packages/logger-utils/deps.ts>log.LoggerOptions

Common utility functions used across projects
Go to Latest
interface log.LoggerOptions
import { type log } from "https://deno.land/x/justaos_utils@v1.9.0/packages/logger-utils/deps.ts";
const { LoggerOptions } = log;

Properties

optional
handlers: BaseHandler[]