debugger_js
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "debugger_js", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A library for debug logging in javascript", | ||
@@ -5,0 +5,0 @@ "main": "debugger.js", |
@@ -48,3 +48,2 @@ # debugger_js | ||
| opts.debugModes | <code>string</code> | A collection of key value pairs where every key is a logType, and every value is a boolean whether or not that logType is being displayed. If no debugModes are provided, opts.logging will automatically be set to 'logNone'. | | ||
| opts.logging | <code>string</code> | An optional parameter to set what will be logged. Possible values include 'logAll', 'logNone'. All other values will default to using the debugModes. | ||
logAll will log all debug messages, regardless of debugMode. logNone will log no debug messages, regardless of debugMode. | | ||
| opts.logging | <code>string</code> | An optional parameter to set what will be logged. Possible values include 'logAll', 'logNone'. All other values will default to using the debugModes. logAll will log all debug messages, regardless of debugMode. logNone will log no debug messages, regardless of debugMode. | |
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
7844
48