Skip to main content
method Console.info
Console.info(
message?: any,
...optionalParams: any[],
): void
Deprecated

The console.info() function is an alias for log.

Parameters

optional
message: any
<span>...optionalParams</span>: any[]

Return Type

void
Back to top