1.0.3 • Published 11 years ago

doge-debug v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
11 years ago

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

1.0.3

11 years ago

1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago