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

x/lume/deps/log.ts>critical

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
function critical
import { critical } from "https://deno.land/x/lume@v2.1.1/deps/log.ts";

Log with critical level, using default logger.

Parameters

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

Returns

T | undefined

Parameters

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