Skip to content

ILogger Support

Compare
Choose a tag to compare
@JamesRandall JamesRandall released this 12 Feb 12:45
· 293 commits to master since this release
  • 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.