ELMAH vs Enterprise Library Exception Handling Block

前端 未结 4 2142
误落风尘
误落风尘 2020-12-31 15:00

My team is currently in the process of building an ASP.NET MVC application, and we\'re trying to decide which of these frameworks to implement to deal with error handling an

4条回答
  •  执笔经年
    2020-12-31 15:14

    Also, Elmah is designed specifically for capturing and logging unhandled exceptions. It can be configured to log caught exceptions, but that is a recent addition and not its primary purpose.

提交回复
热议问题