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