ASP.NET Web API - Exception Logger

在 handle exception 的時候, 有時候可能要 log exception message, 所以我們可以自己 override ExceptionLogger
之後一定要去 WebApiConfig.cs register 這一個 method

留言

這個網誌中的熱門文章

ASP.NET Web API - DTOs

Scaffold Identity into the Current Project

Passing data from controller to the view