Serilog in ASP.NET Core Web Application
In this tutorial, we are going to use Serilog in ASP NET Core Web Application. In my previous article, we extend the functionality of the ASP.NET Core logging extension using Nlog. This time, we will use Serilog, which can also be added to your ASP.NET Core Application using NuGet Manager. What is Serilog? Serilog is a … Read more