[FEATURE REQUEST]: Allow injection of custom LoggerService
Open
enhancement
- Dominant language
- C#
- Stars
- 2.1k
- Forks
- 332
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 9
Description
It's not possible to redirect all logging to the applications own logging pipeline currently as both `LoggerServiceFactory` and `ILoggerService` are internal.
I would like to inject my own logging service (either [seq](https://datalust.co/) or Application Insights depending on environment) and have all logs consolidated.
It seems log4net is suppoerted via config file however I have other correlation information that I need to add which I cannot see how to accomplish.
Is this possible or is there another way to achieve this?
Contributor guide
Assessment
This issue has not been assessed yet.