Structured Logging in ASP.NET Core with Serilog
In this article, we are going to look at a core need of every application out there: logging. We will look at how the excellent library Serilog helps us configure structured logging for application in a flexible and modern way.
Read More