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