Logging error in ASP.NET web Api 2

This is in continuation to my earlier post https://kishalayab.wordpress.com/2018/05/20/logging-request-response-in-asp-net-mvc-web-api/ . Here I'll show you as to how we can write logs in the scenario of an unexpected error occurring in your application. I'll skip the steps to show how to register log4net and other boiler plate codes as it is already described in the earlier... Continue Reading →

Logging request / response in ASP.NET MVC web API

Logging ; this is one of the most important activity or aspect of any web application. I won't list down the reasons and bore you. So I'll straightaway move into the stuff. In this article I'll show you how we can log requests and responses in ASP.Net MVC Web API using log4net. There are multiple... Continue Reading →

Create a free website or blog at WordPress.com.

Up ↑