|
Both Slf4jLoggerProvider and JBossLogManagerProvider convert the MDCStack to a String when putMdc(key, value) is called.
Slf4jLoggerProvider uses org.slf4j.MDC JBossLogManagerProvider uses org.jboss.logmanager.MDC
Both org.slf4j.MDC and org.jboss.logmanager.MDC require String key/value pairs.
|