Skip to main content
Module

x/readme_manager/log.ts

helps manage and harmonise READMEs in many repositories with template files
Latest
import * as readmeManager from "https://deno.land/x/readme_manager@v3.0.0/log.ts";

Variables

Error handler. Used log information to console and write to file then exit app.

Setup different loggers used by the application. The default one hides debugs and detailed error messages. The debug one shows everything. The file error one is used in default mode to write error details to file but hide them in console.