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