TimmyGilissen
Results
2
comments of
TimmyGilissen
I think that it should be possible to inject in a logger implementation. First of all I don't want a hangfire reference in my business or application layer. Hangfire is...
it was not that difficult to include the traceid and spandid. just create the following class `public class OpenTelemetryLogEnricher : ILogEventEnricher { public void Enrich(LogEvent logEvent, ILogEventPropertyFactory propertyFactory) { if...