function info () {
  if (logLevel) {
    logger.log.apply(logger, ['info'].concat(Array.prototype.slice.call(arguments)))
  }
}