serilog-enrichers-thread
serilog-enrichers-thread copied to clipboard
ThreadIdEnricher.ThreadIdPropertyName and ThreadNameEnricher.ThreadNamePropertyName aren't public anymore
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")