Issue 487 · Week of May 06, 2026
Feed Jobs Search Platform About Donate
← Back to feed / //dotnet

Log Formatters in C# - Bruno Sonnino

Read full article Discuss
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