abacus-debug
Version:
Add-ons to the debug log module
12 lines (8 loc) • 387 B
Markdown
abacus-debug
===
Add-ons to the popular Node [debug](https://github.com/visionmedia/debug)
module.
This module can be used pretty much like the original Node debug module. On top
of that it provides a %o format specifier for a prettier formatting of objects,
truncation of big object dumps to avoid overflowing the output, and the ability
to enable/disable debug logging dynamically.