Class BasicMDCAdapter

java.lang.Object
org.slf4j.helpers.BasicMDCAdapter
All Implemented Interfaces:
MDCAdapter

public class BasicMDCAdapter extends Object implements MDCAdapter
Basic MDC implementation, which can be used with logging systems that lack out-of-the-box MDC support. This code was initially inspired by logback's LogbackMDCAdapter. However, LogbackMDCAdapter has evolved and is now considerably more sophisticated.
Since:
1.5.0
Author:
Ceki Gulcu, Maarten Bosteels, Lukasz Cwik