Skip to main content
Module

x/bob/deps.ts>log.critical

A static site generator for the dynamic web - develop with TSX and build with Deno
Go to Latest
function log.critical
import { log } from "https://deno.land/x/bob@v1.1.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[]