microsoft-logging
microsoft-logging copied to clipboard
Adapter for Microsoft.Extensions.Logging
[This changelog](http://unitycontainer.org/articles/changelog.html) should explain how to migrate _Originally posted by @ENikS in https://github.com/unitycontainer/unity/issues/313#issuecomment-617993501_ Hi, In reference to https://github.com/unitycontainer/unity/issues/313 That changelog did not help us. We've resolved one issue. However, we've...
Hi, This is not working if you rely on automatic constructor registration, https://unitycontainer.github.io/tutorials/registration/Type/Constructor/automatic.html I've forked this repo, and updated all the dependencies to Unity 5.11.1 and Logging Abstractions 3.0.0 If...
Hi, When I use the sample code in Readme.md to create a logger factory I get a warning that it is obselete: "This method is obselete and will be removed...
My usecase is that the ILoggerFactory is build as part of startup and I want to lazy create it until the first ILogger is needed. I modified the extension ```...