Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 367 Bytes

File metadata and controls

7 lines (4 loc) · 367 Bytes

Logging Source Code Generators

Since .NET6 we have the possibility to define an easy way of logging common statements:

Meet Compile-time logging source generators. This article will show why we have them and how to use them. Of course a smaller benchmark will also follow.

Found here