deno.com
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 #

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

Return Type #

void