doge-debug

1.0.3 • Public • Published

doge-debug

Inject some doge into your logs to detect important messages in a sea of strings.

Installation

npm install doge-debug

Usage

var debug = require('doge-debug');
//Application logic here
var importantVariableThatINeedToSee = { foo: 'bar' };
debug('Oh my gosh! I need to see this:', importantVariableThatINeedToSee);

Result

result

Readme

Keywords

Package Sidebar

Install

npm i doge-debug

Weekly Downloads

1

Version

1.0.3

License

MIT

Last publish

Collaborators

  • briandehesu