dolittle-obsolete / DotNET.Fundamentals

Reusable, fundamental abstractions and building blocks
http://www.dolittle.io
MIT License
4 stars 8 forks source link

Fix trace logger crashes #319

Closed jakhog closed 4 years ago

jakhog commented 4 years ago

A combination of bugs caused applications to crash if they used our logging and enabled trace level logging. These two commits fixes the cause of the exception - but also catches similar exceptions in the future.

This will hide errors we do in log messages, but we need to figure out another way to deal with those later.

┆Issue is synchronized with this Asana task