Is your feature request related to a problem? Please describe.
I need to have a property appended to each allready present log call in a project.
Describe the solution you'd like
"inject" a LogContext.Push Property to each ILogger log call already present in my project.
Describe alternatives you've considered
I tried creating an ILoggerProvider wrapper which would receieve a SerilogProvider through constructor, but I couldn't make it with Serilog for Asp.net core.
Additional context
Add any other context or screenshots about the feature request here.
Enrichers (Enrich.With..) on your LoggerConfiguration are the answer to this. If you need further details this might be one best for Stack Overflow. Hope this helps!
Is your feature request related to a problem? Please describe. I need to have a property appended to each allready present log call in a project.
Describe the solution you'd like "inject" a LogContext.Push Property to each ILogger log call already present in my project.
Describe alternatives you've considered I tried creating an ILoggerProvider wrapper which would receieve a SerilogProvider through constructor, but I couldn't make it with Serilog for Asp.net core.
Additional context Add any other context or screenshots about the feature request here.