logoalt Hacker News

formerly_proventoday at 4:49 PM1 replyview on HN

It's strange how undercooked logging is (not just in standard libraries, but in general) given everyone and every app does it.


Replies

alcazartoday at 5:03 PM

It's one of those things that keeps getting reinvented over and over. Most people don't want to put in the effort to perfect it.

For the longest time, I've done the bare minimum and just used console.log/print for whatever I thought I needed in that particular piece of code; without any coherent system.