SLF4J: JBoss Log Manager 1.0.2.GA

org.slf4j.impl
Class Slf4jMDCAdapter

java.lang.Object
  extended by org.slf4j.impl.Slf4jMDCAdapter
All Implemented Interfaces:
org.slf4j.spi.MDCAdapter

public final class Slf4jMDCAdapter
extends Object
implements org.slf4j.spi.MDCAdapter


Constructor Summary
Slf4jMDCAdapter()
           
 
Method Summary
 void clear()
           
 String get(String key)
           
 Map getCopyOfContextMap()
           
 void put(String key, String val)
           
 void remove(String key)
           
 void setContextMap(Map contextMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Slf4jMDCAdapter

public Slf4jMDCAdapter()
Method Detail

put

public void put(String key,
                String val)
Specified by:
put in interface org.slf4j.spi.MDCAdapter

get

public String get(String key)
Specified by:
get in interface org.slf4j.spi.MDCAdapter

remove

public void remove(String key)
Specified by:
remove in interface org.slf4j.spi.MDCAdapter

clear

public void clear()
Specified by:
clear in interface org.slf4j.spi.MDCAdapter

getCopyOfContextMap

public Map getCopyOfContextMap()
Specified by:
getCopyOfContextMap in interface org.slf4j.spi.MDCAdapter

setContextMap

public void setContextMap(Map contextMap)
Specified by:
setContextMap in interface org.slf4j.spi.MDCAdapter

SLF4J: JBoss Log Manager 1.0.2.GA

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.