Skip to main content
Module

std/log/mod.ts>FormatterFunction

Deno standard library
Go to Latest
type alias FormatterFunction
import { type FormatterFunction } from "https://deno.land/std@0.124.0/log/mod.ts";
definition: (logRecord: LogRecord) => string