Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface LogRecordOptions
import { type LogRecordOptions } from "https://deno.land/std@0.187.0/log/logger.ts";

Properties

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