unitycontainer / microsoft-logging

Adapter for Microsoft.Extensions.Logging
Apache License 2.0
16 stars 6 forks source link

Register ILoggerFactory #6

Closed OskarKlintrot closed 5 years ago

OskarKlintrot commented 5 years ago

I really couldn't find anything in the docs about how to work with UnityContainerExtension and policies. Since ResolveDelegateFactory implies using a factory (which we don't need since we already have a instance of ILoggerFactory) I guess this is not how it should be done. Please point me in the right direction if this isn't the way it should be!

At least all tests are passing ;)

Closes #5