Function Exception Logging: Capturing Source

Probably:
In one thread:
org.slf4j.MDC.getCopyOfContextMap()

In the other thread:
org.slf4j.MDC.setContextMap(map)

1 Like