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

x/ultra/lib/deps.ts>log.critical

⚔️ Hypermodern Zero-Legacy Deno/React Framework
Go to Latest
function log.critical
import { log } from "https://deno.land/x/ultra@v2.0.0-alpha.12/lib/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[]