org.jboss.logging.log4j
Class Log4jMDCProvider
java.lang.Object
org.jboss.logging.log4j.Log4jMDCProvider
- All Implemented Interfaces:
- org.jboss.logging.MDCProvider
public class Log4jMDCProvider
- extends Object
- implements org.jboss.logging.MDCProvider
Log4j implementation of MDCProvider.
- Author:
- Jason T. Greene
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Log4jMDCProvider
public Log4jMDCProvider()
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 val)
- 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 © 2008 JBoss Inc.. All Rights Reserved.