After having used many loggers/debuggers...

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

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
  • debug-next

    A feature-enhanced TypeScript drop-in replacement for a very popular and simple-to-use debug module.

  • The key is to keep logging things really simple and easy: so I wrote https://github.com/calvintwr/debug-next and my whole team uses it now.

  • debug

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

  • It is a drop-in, TypeScript replacement to enhance the widely popular https://www.npmjs.com/package/debug (230k weekly downloads).

  • 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
  • tslog

    📝 tslog - Universal Logger for TypeScript and JavaScript

  • I did some research last week and ended up using tslog https://github.com/fullstack-build/tslog

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
  • 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
  • Debugging Figma and other packaged Electron apps in Visual Studio Code

    2 projects | dev.to | 8 Jan 2023