interface LogRecordOptionsimport { type LogRecordOptions } from "https://dotland.deno.dev/std@0.181.0/log/logger.ts"; Propertiesmsg: stringargs: unknown[]level: numberloggerName: string