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

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

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

Log with info level, using default logger.

Parameters

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

Returns

T | undefined

Parameters

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