Comparing version 4.2.0 to 4.2.1
@@ -135,3 +135,3 @@ // jscs:disable requireNamedUnassignedFunctions | ||
message = MessageFormatter.format.apply( this, arguments ); | ||
this.preLog( LogLevels.NOTICE, chalk.green, this.debug, message ); | ||
this.preLog( LogLevels.NOTICE, chalk.green, this.notice, message ); | ||
} | ||
@@ -144,3 +144,3 @@ | ||
message = MessageFormatter.format.apply( this, arguments ); | ||
this.preLog( LogLevels.WARN, chalk.yellow, this.debug, message ); | ||
this.preLog( LogLevels.WARN, chalk.yellow, this.warn, message ); | ||
} | ||
@@ -153,3 +153,3 @@ | ||
message = MessageFormatter.format.apply( this, arguments ); | ||
this.preLog( LogLevels.ERROR, chalk.red, this.debug, message ); | ||
this.preLog( LogLevels.ERROR, chalk.red, this.error, message ); | ||
} | ||
@@ -156,0 +156,0 @@ |
{ | ||
"name": "fm-log", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "Console logging facility for Node", | ||
@@ -5,0 +5,0 @@ "main": "lib/log.js", |