Fast and Compact Structured Logging in C# Using String Interpolation
Fast and Compact Structured Logging in C# Using String Interpolation Greetings! In this iteration of the Timeless .NET Engineer newsletter, we are looking into some practical approaches to structured logging. You probably already know structured logging and C# string interpolation (and I wonder how we could live without that). But did you know that string interpolation and logging don’t play well together by default, both because it “cancels” the benefits of structured logging, and because it...