[better-logging] My library better-logging just achieved 1k downloads in a week for the first time, and I'm really stoked about it! Just thought I'd share :)

This page summarizes the projects mentioned and recommended in the original post on /r/javascript

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • winston

    A logger for just about everything.

  • However better-logging was never supposed to be the one and only logging solution for nodejs. It was supposed to lower the bar of entry for people that don't want to invest the time and effort needed to learn a "proper"/complete logging library (like Winston). I do think that every medium or large project should eventually move away from better-logging. However I think it fills an important roll in improving the readability of logs for small to medium project, or larger projects in their infancy.

  • debug

    A tiny JavaScript debugging utility modelled after Node.js core's debugging technique. Works in Node.js and web browsers

  • Relevant source code of "debug" library: https://github.com/visionmedia/debug/blob/e47f96de3de5921584364b4ac91e2769d22a3b1f/src/node.js#L193-L195

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • better-logging

    better-logging is a drop in replacement for the default logging methods of node.js

  • Not to my knowledge. This has been discussed in an issue before, and we didn't find a suitable solution. However I would LOVE to be proved wrong. https://github.com/Olian04/better-logging/issues/44

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Conditional logging

    1 project | dev.to | 10 Jan 2024
  • Has anyone figured out how to enable the millisecond diff feature in the debug package?

    1 project | /r/node | 16 Aug 2023
  • Help I have a JavaScript Lib that blows away competition but nobody knows of it

    2 projects | news.ycombinator.com | 14 Apr 2023
  • What is the DEBUG 🐛 environment variable in Node.js, and how to use it?

    1 project | dev.to | 4 Apr 2023
  • Automating console logs for dev but removing for prod?

    1 project | /r/webdev | 8 Mar 2023