Skip to main content
Module

x/deno_structured_logging/mod.ts>jsonFormat

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

A json output format

type

"{\"message\":\"{message}\",\"level\":\"{level}\",\"timestamp\":\"{timestamp}\",\"data\":{params}}"