WebConsole.timeLogmethod Console.timeLog#Console.timeLog(label?: string,...data: any[],): voidLogs the current value of a timer that was previously started Examples ##Example 1 console.time('process'); // ... some code console.timeLog('process', 'Checkpoint A'); Parameters #optional#label: stringTimer label #<span>...data</span>: any[]Return Type #void
method Console.timeLog#Console.timeLog(label?: string,...data: any[],): voidLogs the current value of a timer that was previously started Examples ##Example 1 console.time('process'); // ... some code console.timeLog('process', 'Checkpoint A'); Parameters #optional#label: stringTimer label #<span>...data</span>: any[]Return Type #void