Skip to main content
Module

std/node/util.ts>log

Deno standard library
Go to Latest
function log
Deprecated
import { log } from "https://deno.land/std@0.166.0/node/util.ts";

Log is just a thin wrapper to console.log that prepends a timestamp

Parameters

...args: any[]