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

x/log/logger.ts>Logger.getInstance

A frequently used log configuration. Adding Date Time. Adding warnings and errors to file. Infos are green.
Latest
method Logger.getInstance
import { Logger } from "https://deno.land/x/log@v1.1.1/logger.ts";

Parameters

optional
minLevelForConsole = [UNSUPPORTED]
optional
minLevelForFile = [UNSUPPORTED]
optional
fileName = [UNSUPPORTED]
optional
pureInfo: boolean