Skip to main content
Module

x/deno_structured_logging/mod.ts>LogEntry

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

A parsed log entry

Properties

format: string

The original format string

level: LogLevel

THe LogLevel of this entry

message: string

The parsed log

formattedMessage: string

The parsed log formatted according to outputFormat

variables: any

An object of raw variables from the string