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

x/dxx/src/lib/$shared.ts>$logger.LogEntry

🚀 (Deno) enhanced executor
Latest
interface $logger.LogEntry
implements LevelInfo, Location
import { type $logger } from "https://deno.land/x/dxx@rf/src/lib/$shared.ts";
const { LogEntry } = $logger;

The log entry that Logger creates and forwards to its chained transforms and writers.

Properties

args: unknown[]

All the log entry arguments (after optional Metadata and log level)

date: string

Date (as a string in ISO format) of when the log entry was submitted

optional
metadata: Readonly<Metadata>

Additional freeform/semi-structured properties (transported via LogEntry) that are passed to this and later chained transforms.

levels: LevelMap

Level map