BuildLogger.prototype.log = function() {
  log.info.apply(log, arguments)
  writeToLogFile.apply(this.logFile, arguments)
}