Log errors in visual studio extension

社会主义新天地 提交于 2019-12-10 18:25:58

问题


What is the right way for logging unexpected exceptions in Visual Studio extensions. Is there any classes in the Visual Studio SDK, or may be exist some libryries from partialy side developers?


回答1:


There's the ActivityLog class which logs to the ActivityLog.xml file. That's about it.



来源:https://stackoverflow.com/questions/10010247/log-errors-in-visual-studio-extension

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!