Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/danet/src/mod.ts>Logger#printTo

A Savory web framework for Deno heavily inspired by Nest
Go to Latest
method Logger.prototype.printTo
Re-export
import { Logger } from "https://deno.land/x/danet@1.2.0/src/mod.ts";

Parameters

text: string
colorFunc: (text: string) => string
loggingFunc: (text: string) => void