org.slf4j.helpers
Class NOPMakerAdapter
public
class
NOPMakerAdapter
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ü
public void clear()
public String get(String key)
public Map getCopyOfContextMap()
public void put(String key, String val)
public void remove(String key)
public void setContextMap(Map contextMap)
Copyright © 2005-2009
QOS.ch. All Rights Reserved.