org.jboss.logging.jdk
Class JDKMDCProvider
java.lang.Object
org.jboss.logging.jdk.JDKMDCProvider
- All Implemented Interfaces:
- org.jboss.logging.MDCProvider
public class JDKMDCProvider
- extends Object
- implements org.jboss.logging.MDCProvider
MDC implementation for JDK logging.
- Author:
- Jason T. Greene
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDKMDCProvider
public JDKMDCProvider()
get
public Object get(String key)
- Specified by:
get
in interface org.jboss.logging.MDCProvider
getMap
public Map<String,Object> getMap()
- Specified by:
getMap
in interface org.jboss.logging.MDCProvider
put
public void put(String key,
Object value)
- Specified by:
put
in interface org.jboss.logging.MDCProvider
remove
public void remove(String key)
- Specified by:
remove
in interface org.jboss.logging.MDCProvider
Copyright © 2009 JBoss Inc.. All Rights Reserved.