Structured Logging with .NET ILogger
TL;DR: Stop doing interpolated strings for logging and use the appropriate ILogger extension methods instead to enable structured logging from your .NET application. This allows for better log queries, analysis and searching through your logs in logging …
Beitrag lesen