nodejs-msbuild
nodejs-msbuild copied to clipboard
Reduce Verbosity of Logs
Add ability to tune out console.log information (use a tool that allows you to limit your logs to info, debug and give the user ability to turn down the verbosity)
#36 should solve most of this.
Users can simply do msbuild.logger = function() {} to hide the messages, though a more robust logging option could be considered.