Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

LogFunction

import type { LogFunction } from "https://raw.githubusercontent.com/Yamboy1/deno-structured-logging/0.4.2/mod.ts";
type LogFunction = (format: string, ...args: unknown[]) => void;

§Type

§
(format: string, ...args: unknown[]) => void
[src]