Skip to main content
Module

x/simple_utility/mod.full.ts>logEntry

Simplify processing for Deno.
Go to Latest
function logEntry
import { logEntry } from "https://deno.land/x/simple_utility@v2.0.10/mod.full.ts";

Start logging. Output to console for general and also write to file if path is defined.

Examples

Example 1

const log = logEntry();

Parameters

optional
name: string
optional
path: string