How to log all thrown exceptions?

前端 未结 8 2076
一个人的身影
一个人的身影 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条回答
  •  旧时难觅i
    2020-11-29 08:54

    If your thing is a web thing then you can use https://elmah.github.io/ to automatically log errors (without even stopping your service!)

提交回复
热议问题