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

x/powar/logging.ts>makeLogger

A simple but powerful TypeScript-based dot-file manager.
Go to Latest
function makeLogger
import { makeLogger } from "https://deno.land/x/powar@1.0.1/logging.ts";

Make a logger with the given log level and indentation depth.

The info, warn, and fatal methods will print messages to stderr.

Parameters

optional
logLevel: Logger["logLevel"] = [UNSUPPORTED]
optional
depth = [UNSUPPORTED]