Log Formatters in C# - Bruno Sonnino

Introduction: Logging is an essential aspect of software development that enables us to track and understand the behavior of our applications. In fact, there are many logging frameworks to help with this task. In this post, I've shown how to use Serilog to generate structured logging. In .NET 5.0, Microsoft introduced a new feature for
July 20, 2023
412
300