Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias log.FormatterFunction
import { type log } from "https://deno.land/x/mesozoic@v1.0.0-alpha.1/lib/deps.ts";
const { FormatterFunction } = log;
definition: (logRecord: LogRecord) => string