DEV Community

Discussion on: What JS Logging library / tool do you use?

Collapse
 
pldg profile image
Luca

For those who use simple console.log() and VS Code as editor, try out wrap-console-log extension.

If you'd like to color your log try chalk.

Collapse
 
hdennen profile image
Harry Dennen

chalk is great.

Collapse
 
dangolant profile image
Daniel Golant

this is awesome :)