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

x/simple_utility/src/log.deno.ts>logEntry

Useful snippet collection.
Go to Latest
function logEntry
import { logEntry } from "https://deno.land/x/simple_utility@v1.0.0/src/log.deno.ts";

Instantiate logger with general configuration. Output to console and file. Log file default save path is ${Deno.mainModule}/operation.log.

Examples

Example 1

const log = logEntry();

Parameters

optional
name: string