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ü

Method Summary
voidclear()
Stringget(String key)
MapgetCopyOfContextMap()
voidput(String key, String val)
voidremove(String key)
voidsetContextMap(Map contextMap)

Method Detail

clear

public void clear()

get

public String get(String key)

getCopyOfContextMap

public Map getCopyOfContextMap()

put

public void put(String key, String val)

remove

public void remove(String key)

setContextMap

public void setContextMap(Map contextMap)
Copyright © 2005-2009 QOS.ch. All Rights Reserved.