Skip to main content
The Deno 2 Release Candidate is here
Learn more
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.1.1/deps/log.ts";
definition: (logRecord: LogRecord) => string