serilog-enrichers-thread icon indicating copy to clipboard operation
serilog-enrichers-thread copied to clipboard

ThreadIdEnricher.ThreadIdPropertyName and ThreadNameEnricher.ThreadNamePropertyName aren't public anymore

Open pybride opened this issue 8 months ago • 1 comments

I used ThreadIdEnricher.ThreadIdPropertyName and ThreadNameEnricher.ThreadNamePropertyName to access the corresponding values in a LogEvent. But now theses names aren't public.

Also, it breaks your example: .Enrich.WithProperty(ThreadNameEnricher.ThreadNamePropertyName, "MyDefault")

pybride avatar Feb 17 '25 16:02 pybride