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
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Currently, you have to inject ILoggerFactory in your Configure method and call AddDebug/AddConsole to register the listeners you want to add in your application. This is a weird pattern, that clearly differs from all the other stacks, that use IServiceCollection extensions for that.
That would be great if we could do something like that:
Currently, you have to inject
ILoggerFactory
in yourConfigure
method and callAddDebug
/AddConsole
to register the listeners you want to add in your application. This is a weird pattern, that clearly differs from all the other stacks, that useIServiceCollection
extensions for that.That would be great if we could do something like that:
/cc @davidfowl @muratg
The text was updated successfully, but these errors were encountered: