Logger.info() method

Logs at INFO level — routine progress worth keeping.

Signature:

info(...args: any[]): void;

Parameters

Parameter

Type

Description

args

any[]

console.info-style arguments; the first may be a format string with %s/%d/%j placeholders for the rest

Returns:

void

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.