method Console.timeLog Private Console.timeLog(label?: string,...data: any[],): void Logs 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: string Timer label ...data: any[] Return Type void