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

x/hex/src/fw/service/deps.ts>log.warning

An ecosystem delivering practices, philosophy and portability. Powered By Deno and JavaScript.
Go to Latest
function log.warning
import { log } from "https://deno.land/x/hex@0.6.3/src/fw/service/deps.ts";
const { warning } = log;

Log with warning level, using default logger.

Parameters

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

Returns

T | undefined

Parameters

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