Benefits of structured logging
https://www.damirscorner.com/blog/posts/20240112-BenefitsOfStructuredLogging.html
#dotnet #applicationinsights
After you create a new .NET 8 project, you'll soon notice many new diagnostics being enabled by default. If you're using string interpolation in your logging calls, it will now result in code suggestions in your error list.