TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Verba – Yet another Node logger

1 pointsby samhukalmost 2 years ago
I&#x27;ve recently spent a couple 5-9s throwing together a Node logger that&#x27;s dead simple and extensible.<p>My inspiration was winston [0].<p>Verba has some nice built-in behaviors that I&#x27;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&#x27;s the worst yet another Node logger could do?<p>[0] <a href="https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;winston" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;winston</a>

no comments

no comments