Integration with SLF4J MDC.
ExampleAdd MDCContext to the coroutine context so that the SLF4J MDC context is captured and passed into the coroutine.
MDC.put("kotlin", "rocks") // put a value into the MDC contextlaunch(MDCContext()) {
logger.info { "..." } // the MDC context will contain the mapping here
}
Content copied to clipboard
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4