Skip to main content
Module

x/mod/dev_deps.ts>log.critical

Simple Command Line Interface to create Deno module entrypoints, CI, config and more.
Latest
function log.critical
import { log } from "https://deno.land/x/mod@v2.3.9/dev_deps.ts";
const { critical } = log;

Log with critical level, using default logger.

Parameters

msg: () => T
...args: unknown[]

Returns

T | undefined

Parameters

msg: T extends GenericFunction ? never : T
...args: unknown[]