serilog / serilog-extensions-hosting

Serilog logging for Microsoft.Extensions.Hosting
Apache License 2.0
141 stars 34 forks source link

Ensure RegisteredLogger is registred in all required instances #64

Closed JSkimming closed 2 years ago

JSkimming commented 2 years ago

I've spit the PR into 2 commits to demonstrate the issue. The first commit adds the unit tests that demonstrate the bug. The second commit fixes the bug. This can be seen in the two builds.

Fixes #63

nblumhardt commented 2 years ago

Thanks James!