Skip to main content
Module

x/flowscripter_dynamic_plugin_framework/deps.ts>log.LogRecord

Dynamic plugin framework for Deno based on Javascript Modules and import() function.
Latest
class log.LogRecord
import { log } from "https://deno.land/x/flowscripter_dynamic_plugin_framework@v1.1.4/deps.ts";
const { LogRecord } = log;

An object that encapsulates provided message and arguments as well some metadata that can be later used when formatting a message.

Constructors

new
LogRecord(options: LogRecordOptions)

Properties

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