I have a web application in which I have used many console.log
s that are printing required information on console. I want the timestamp of each console.log
to identify which console.log
called exactly when. Is there is any general method by which we can do it?
For this should I go manually in and add the time stamp in each console.log
or there is any method by which we can do it?