AnderssonPeter / Hangfire.Console.Extensions

Makes it easier to use Hangfire.Console with .net core dependency injection
MIT License
79 stars 17 forks source link

Fix bug when logging outside of hangfire. #2

Closed SDEBEUL closed 3 years ago

SDEBEUL commented 3 years ago

https://github.com/AnderssonPeter/Hangfire.Console.Extensions/issues/1 Fix bug for serialization to seq. https://discuss.hangfire.io/t/serilog-seq-with-hangfire-console/7428/2

AnderssonPeter commented 3 years ago

A few questions.

SDEBEUL commented 3 years ago

Peter,

The "PerformContextValueXX" was my mistake. That was your original class that I renamed. I removed it.

The LogEventPropertyValue was switched to ScalarValue. and I took that from this example.

Br