Skip to main content
Module

std/log/logger.ts>LogRecord

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

Constructors

new
LogRecord(
msg: string,
args: unknown[],
level: number,
)

Properties

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