Expand description
Mapped Diagnostic Context (MDC).
A lighter technique consists of uniquely stamping each log request.
Structs§
- Static
Diagnostic - A diagnostic that stores key-value pairs in a static global map.
- Thread
Local Diagnostic - A diagnostic that stores key-value pairs in a thread-local map.
Traits§
- Diagnostic
- A Mapped Diagnostic Context (MDC) that provides diagnostic key-values.