I want to override my console.log
function globally. I have multiple JS file where I want to use the changed console.log.
New console.log will use the stdout so i can see on the console and also it will log into a file.
I want to override my console.log
function globally. I have multiple JS file where I want to use the changed console.log.
New console.log will use the stdout so i can see on the console and also it will log into a file.