Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/frugal/dep/std/log.ts>LogRecord

A frugal web framework
Go to Latest
class LogRecord
import { LogRecord } from "https://deno.land/x/frugal@0.3.0/dep/std/log.ts";

Constructors

new
LogRecord(options: LogRecordOptions)

Properties

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