Logger.prototype.error = function() {
  this.logger.error.apply(this.logger, addPrefix.apply(null, arguments))
}