Open
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 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?