method Console.timeLogConsole.timeLog(label?: string,...data: any[],): voidLogs the current value of a timer that was previously started ExamplesExample 1 console.time('process'); // ... some code console.timeLog('process', 'Checkpoint A'); Parametersoptionallabel: stringTimer label <span>...data</span>: any[]Return Typevoid