PreviousNext

Setting up Serilog in ASP.NET Core – Detailed Beginner Guide

by sanjayhmodi, 2021-05-14T17:09:16.859Z

This article will cover 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. This Serilog guide covers the detailed implementation of logging with Serilog in ASP.NET Core.

Read More