info () {
    return this.log.apply(this, [ 'info' ].concat(Array.prototype.slice.call(arguments)))
  }