Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
class LogRecord
import { LogRecord } from "https://deno.land/x/date_file_log@v0.5.0/deps.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