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