I've recently spent a couple 5-9s throwing together a Node logger that's dead simple and extensible.
My inspiration was winston [0].
Verba has some nice built-in behaviors that I've been missing from anything else in an all-in-one solution:
* TTY functionalities (loading spinners, progress bars, etc.)
* Tables and JSON formatting
* Nesting to provide defaults (e.g. log codes for separate parts of your application)
* Built-in support for dead simple color and formatting of text
* Couple others
What's the worst yet another Node logger could do?
0