C#: Refactor ILogger usage to eliminate LogManager facade
Open
- Dominant language
- C#
- Stars
- 83
- Forks
- 50
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 7
Description
The `Logging` project was put in place as a work-around for the lack of static factory methods in the official C# logging extensions. It's a kluge and we should replace it with proper DI.
Make sure it fits well with configuration extension usage that would be typical in real apps. May need to do some decent refactoring to make it happen.
Contributor guide
Assessment
This issue has not been assessed yet.