type alias FormatterFunctionimport { type FormatterFunction } from "https://deno.land/std@0.166.0/log/handlers.ts"; definition: (logRecord: LogRecord) => string