You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No need to call AddLogging(). If you request an ILogger<T> in your constructor, you'll get one. More long-winded answer with more links here: #2720 (comment).
Is possible to inject ILogger at constructor level?
I've tried to do something like this:
But didtn work.
The text was updated successfully, but these errors were encountered: