Skip to main content
method Console.info
private
Console.info(...data: any[]): void
Deprecated

Outputs an informational message to the console

Examples

Example 1

console.info('Application started', { version: '1.0.0' });

Parameters

<span>...data</span>: any[]

Return Type

void
Back to top