The logging framework SLF4J supports Mapped Diagnostic Context (MDC). With MDC we can use a logging context that can be identified by something unique. This is useful, because then we can distinguish log messages from a big logging stream by … Continue reading
The post Ratpacked: Using Mapped Diagnostic Context (MDC) Logging appeared first on JDriven.