Because I\'m lazy, I created a function log that basically is just an abbreviation of console.log:
log
console.log
function log() { console.log.a
Tried a few things, but I don't think you can do this. As soon as you wrap console.log, the line nr will be the line where this wrap is to be found in the code. I suppose we have to live with that then?