Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
class LogRecord
import { LogRecord } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/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