PreviousNext

Serilog in ASP.NET Core

by sanjayhmodi, 2021-03-05T07:13:11.654Z

This article covers what is Serilog along with its concepts and how to implement Serilog in ASP.NET Core. ASP.NET Core has a built-in logging API that supports a wide variety of logging providers. Serilog is one of the most popular logging frameworks which can be plugged-in into .NET Core based applications.

Read More