gengojs-debug
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "gengojs-debug", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "The debugger console for gengo.js", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -29,2 +29,16 @@ # gengojs-debug | ||
**Notes** | ||
It's best if you define a logger with a namespace set when you require `gengojs-debug`: | ||
```javascript | ||
/* Example */ | ||
var debug = require('gengojs-debug'); | ||
var log = debug('core'); | ||
log.debug(/*...*/); | ||
``` | ||
In terminal: | ||
@@ -31,0 +45,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15188
86