@kitql/helper
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -21,3 +21,3 @@ 'use strict'; | ||
class Log { | ||
constructor(toolName, logLevel = null, withDate = null) { | ||
constructor(toolName, logLevel = 2, withDate = null) { | ||
this.toolName = toolName; | ||
@@ -24,0 +24,0 @@ this.logLevel = logLevel; |
{ | ||
"name": "@kitql/helper", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
10041