type alias Logimport { type Log } from "https://deno.land/x/frugal@0.9.2/src/log.ts"; definition: (messageOrError: string | Error, options?: Partial<LogEntryConfig>) => void