I’ve got knowledge today of a little script (shortlogging) from Matheus S. Mariano for abreviations to console.stuff on javascript. Although it was not something I really wanted to use, it got me curious about the Console API. And I took a look on some of these functions. The most relevant functions for me at the moment are: console.log, console.info, console.warn, console.error, console.dir That’s just the…