-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
None
In LOGMGR-85 you added support for object values in MDC, but it does so by simply calling `toString()` on any object-valued MDC key values. For structured logging, (e.g. JSON) we would like to preserve the type of the value.
Can we introduce something like `ExtLogRecord#getMdcCopy` that returns `Map<String, Object>`?