Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/release_up/deps.ts>log.critical

🌱 Automate releases with breeze
Go to Latest
function log.critical
import { log } from "https://deno.land/x/release_up@0.6.0/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[]