Skip to main content
Module

x/deno_structured_logging/mod.ts>LoggerOptions

A structured logging module for Deno
Latest
interface LoggerOptions
import { type LoggerOptions } from "https://deno.land/x/deno_structured_logging@0.4.2/mod.ts";

Properties

minimumLevel: LogLevel

Minimum log level, any logs under this level will be ignored. Defaults to LogLevel.INFO

outputFormat: string

Output format for text logs