How to access a .net 6 Scoped object from logger Singleton in my Site

Viewed 7

I want to use the context data from my running application, which is https://actogames.com/ application with a scoped service, to enhance my structured JSON log by utilising a Serilog library overriding the ILoggerFactory. I use a unique log provider.

0 Answers
Related