-
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Sviatoslav Bychkov edited this page Dec 5, 2024
·
2 revisions
Welcome to AutoLoggerMessage
, a source generator that automatically creates LoggerMessage methods, enabling high-performance logging with minimum effort.
I've created this package to achieve the following goals:
- Migrate all logger statements in my project to the approach with source generated version within a reasonable time and avoid the burden of writing numerous partial method definitions.
- Inspire the dotnet team to revise, simplify, and include this functionality in the core SDK. I've created a thread here, so you can participate in the discussion.