Skip to main content
Module

std/log/logger.ts>LogRecord

Deno standard library
Go to Latest
interface LogRecord
import { type LogRecord } from "https://deno.land/std@0.35.0/log/logger.ts";

Properties

msg: string
args: unknown[]
datetime: Date
level: number
levelName: string