@pioneer-platform/loggerdog
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -118,5 +118,5 @@ "use strict"; | ||
} | ||
console.log('level: ', level); | ||
console.log('this._level: ', this._level); | ||
console.log('LOG_LEVELS[level].val: ', LOG_LEVELS[level].val); | ||
//console.log('level: ',level) | ||
//console.log('this._level: ',this._level) | ||
//console.log('LOG_LEVELS[level].val: ',LOG_LEVELS[level].val) | ||
if (this._level >= LOG_LEVELS[level].val) { | ||
@@ -123,0 +123,0 @@ var dt = new Date().toISOString().replace('T', ' '); |
{ | ||
"name": "@pioneer-platform/loggerdog", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"main": "./lib/index.js", | ||
@@ -21,3 +21,3 @@ "types": "./lib/main.d.ts", | ||
}, | ||
"gitHead": "1131f9ac170d13140577ccb114d2b685ef179085" | ||
"gitHead": "871f5666a23b939d63c70cd6b744af1322fdcbb7" | ||
} |
@@ -121,5 +121,5 @@ /* | ||
_log(level:any, ...args:any) { | ||
console.log('level: ',level) | ||
console.log('this._level: ',this._level) | ||
console.log('LOG_LEVELS[level].val: ',LOG_LEVELS[level].val) | ||
//console.log('level: ',level) | ||
//console.log('this._level: ',this._level) | ||
//console.log('LOG_LEVELS[level].val: ',LOG_LEVELS[level].val) | ||
if ( this._level >= LOG_LEVELS[level].val ) { | ||
@@ -126,0 +126,0 @@ let dt = new Date().toISOString().replace('T', ' ') |
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
1
100
26593
9