debug-stack

0.1.1 • Public • Published

debug-stack

var debugStack = require('debug-stack');
var debug = debugStack('my method');
 
debug ('performed action 1');
debug ('performed action 2');
 
debug.print();

Console output:

my method
> performed action 1
> performed action 2

Package Sidebar

Install

npm i debug-stack

Weekly Downloads

3

Version

0.1.1

License

MIT

Last publish

Collaborators

  • hifaraz