How to log all thrown exceptions?

前端 未结 8 2064
一个人的身影
一个人的身影 2020-11-29 07:55

How to log any exceptions that were thrown and catched? Something like Visual Studio\'s IntelliTrace do. Or is there a way to integrate InteliTrace into debug version of app

8条回答
  •  执念已碎
    2020-11-29 08:59

    try using Log4Net - its a great logger and used a lot in these scenarios http://sourceforge.net/projects/log4net/

提交回复
热议问题