Skip to content

Add support for Mapped Diagnostic Logical Context #107

Open
@karoberts

Description

@karoberts

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions