开发者

Third-party custom loggers for MSBuild

Are there any interesting cust开发者_如何学Goom loggers for MSBuild already written? I am especially interested in loggers that would record system load (CPU/Memory/IO) data during the build and relate that to actions performed by the build.


Checkout the MSBuild Extension pack. This contains a lot of extra custom tasks and loggers.

I don't know about your specific needs for the logger. Remember that the purpose of the logger is only to report on different steps of the build. It only accepts a message and an importance property. You would need to add system load collection by yourself. But again, I don't think this kind of code would belong in a custom logger.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜