Optimized logging in .Net 6

dapper

Previously we had to manually create functions which optimize logging message construction

With .Net 6 if becomes very easy for a lazy developer, all he has todo is to create a decorated method, as described here:

https://docs.microsoft.com/en-us/dotnet/core/extensions/logger-message-generator

Post a Comment

Previous Post Next Post