The only thing I beg of you is please don’t ship this in client-side libraries. Most of you will know better, but some of the things I see in third-party libraries really blow my mind. The last one was Pudgy the Panda as console ASCII art for some donation embed (their mascot). Sure, it’s cute, but that’s also multiple kilobytes of JS you’re forcing on your clients for whimsy in an already crowded environment. Apologies if I sound old and cranky.
I set up snippets in my code editor so I can quickly insert colorful, bold, and otherwise richly formatted console log messages for printf-debugging. The addition of color makes the messages I've just added stand out against other the logs. It's a great time and attention saver.
We've come a long way from console.frog [2016]<p>- <a href="https://tholman.com/console-dot-frog/" rel="nofollow">https://tholman.com/console-dot-frog/</a>
Thats actually pretty cool (from archive link)...<p>Probably not that common knowledge, or we'd have libraries designed for outputting nice log/admin interface data to the console XD
Who's going to be the first to port DOOM to the dev console?<p>Edit: There it is - <a href="https://github.com/MattCozendey/doom-console-log">https://github.com/MattCozendey/doom-console-log</a>