Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/deps/log.ts>FormatterFunction

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
type alias FormatterFunction
import { type FormatterFunction } from "https://deno.land/x/lume@v2.0.2/deps/log.ts";
definition: (logRecord: LogRecord) => string