Open
Description
NLog 4.1 supports adding context variables that survive across logical contexts (like async/await) where the thread might change but the context is the same.
https://github.com/NLog/NLog/wiki/MDLC-Layout-Renderer
It would be great if Common.Logging could somehow incorporate something like this so I don't have to make a call to an NLog class when using Common.Logging.