abacus-debug

Add-ons to the debug log module

Usage no npm install needed!

<script type="module">
  import abacusDebug from 'https://cdn.skypack.dev/abacus-debug';
</script>

README

abacus-debug

Add-ons to the popular Node 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.