Skip to main content
Deno 2 is finally here 🎉️
Learn more
type alias log.FormatterFunction
import { type log } from "https://deno.land/x/flowscripter_template_deno_library@v1.3.1/deps.ts";
const { FormatterFunction } = log;
definition: (logRecord: LogRecord) => string