abstract-logger
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -120,3 +120,3 @@ (function() { | ||
if (!isNumber(aLevel)) { | ||
aLevel = this.levels[aLevel]; | ||
aLevel = this.levelStr2Id(aLevel); | ||
} | ||
@@ -123,0 +123,0 @@ result = isNumber(aLevel) && aLevel <= this._level; |
{ | ||
"name": "abstract-logger", | ||
"description": "It's an abstract logger.", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"homepage": "https://github.com/snowyu/abstract-logger.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
31863