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
The ILogger passed to function entry points by the Azure Functions runtime is now registered as a dependency in the IServiceCollection container. Internally an AsyncLocal coupled to a provider for the underlying logger is used.