Closed arishlabroo closed 7 years ago
Seems like it is an issue with StructureMap
, since Autofac
works fine.
https://github.com/arishlabroo/LoggingIssue/blob/WithAutofac/WebApplication1/Program.cs
Closing here and will open issue in StructureMap repo.
If i use a 3rd party DI container, loggers configured by
WebHost.CreateDefaultBuilder
disappear.Reproduction: https://github.com/arishlabroo/LoggingIssue/blob/master/WebApplication1/Program.cs
What am I doing wrong?