Skip to main content

method Console.info

#Console.info(...data: any[]): void

Outputs an informational message to the console

Examples #

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

Parameters #

#...data: any[]

Return Type #

void