Class NOPMDCAdapter

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

public class NOPMDCAdapter extends Object implements MDCAdapter
This adapter is an empty implementation of the MDCAdapter interface. It is used for all logging systems which do not support mapped diagnostic contexts such as JDK14, simple and NOP.
Since:
1.4.1
Author:
Ceki Gülcü