How to understand that the library works and all logger calls use the source generator? #23
Replies: 1 comment
-
Hey, there are a few ways to check if the source generator is doing its thing:
The main rule of thumb is that if the generator can’t apply this approach to your log statement, you’ll usually run into one of two things:
Let me know if you hit any issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
How to understand that the library works and all logger calls use the source generator?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions