# caiogondim/logdown.js

:pencil2: Debug utility with markdown support that runs on browser and server

Repository: https://github.com/caiogondim/logdown.js
Canonical: https://ross.abutalabs.com/products/logdownjs
Homepage: http://caiogondim.github.io/logdown.js/
Language: JavaScript
License: MIT
License Family: permissive
Topics: javascript, logging, logdown, js, debug
Last push: 2020-03-06T15:57:14+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4228, "days_push": 2371, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1022, forks 36 (observed 2026-08-28T04:03:16.029387+00:00)

## What it is
logdown is a small debug logging library for JavaScript that works in both the browser and Node.js, wrapping the console with Markdown formatting support. It provides a unified logger interface similar to debug.js, controlled via NODE_DEBUG or localStorage.debug.

## Use cases
- add colored markdown-formatted debug logging to a node app
- debug logging in the browser with devtools-friendly output
- unified logging interface across browser and server code
- enable/disable loggers via NODE_DEBUG or localStorage
- lightweight 2KB debug alternative to debug.js

## When to choose
- you want debug-style logging with markdown formatting in both browser and Node
- you need a tiny dependency-free browser logging utility
- you want debug.js-style namespace filtering with nicer output

## When to avoid
- you need structured log aggregation or log shipping to external systems
- you need log levels, transports, or file output like winston or pino
- you need an actively developed library with recent releases

## Facets
- artifact type: library
- maturity: maintenance
- function: logging, developer-tools
- domain: developer-tools, web-development, frontend, backend
- platform: browser, cross-platform
- tags: debug-utility, markdown-logging, console-wrapper, debug-js-alternative, nodejs, javascript

## Member repositories
- caiogondim/logdown.js (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:16.029387+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:08:42.428526+00:00, confidence not recorded.
  - readme: https://github.com/caiogondim/logdown.js (fetched 2026-08-28T04:03:16.029387+00:00, sha 01c2a4da868e)
  - homepage: http://caiogondim.github.io/logdown.js/ (fetched 2026-08-29T13:08:59.989505+00:00, sha 8ae8f5a0c759)
- Data as of 2026-08-30T08:39:29.467469+00:00.
