Using statically typed logging messages in C#

Created 3/18/2022 8:54:16 AM
Filed in ASP.NET

One of the critical things you’ll need in a cloud-native C# application is a good logging infrastructure. In this post, we’ll look at the source generator for logging methods and what it can do to make your life easier.

Read more