Skip to main content
Module

x/velociraptor/deps.ts>LogRecord

The npm-style script runner for Deno
Latest
class LogRecord
import { LogRecord } from "https://deno.land/x/velociraptor@1.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