Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/deps/log.ts>LogRecordOptions

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface LogRecordOptions
import { type LogRecordOptions } from "https://deno.land/x/lume@v2.1.1/deps/log.ts";

Properties

msg: string
args: unknown[]
level: LogLevel
loggerName: string