SLF4J API
Version 1.4.3

Uses of Interface
org.slf4j.spi.MDCAdapter

Packages that use MDCAdapter
org.slf4j Core logging interfaces. 
org.slf4j.helpers Helper classes. 
org.slf4j.impl Implementations of core logging interfaces defined in the org.slf4j package. 
 

Uses of MDCAdapter in org.slf4j
 

Methods in org.slf4j that return MDCAdapter
static MDCAdapter MDC.getMDCAdapter()
          Returns the MDCAdapter instance currently in use.
 

Uses of MDCAdapter in org.slf4j.helpers
 

Classes in org.slf4j.helpers that implement MDCAdapter
 class NOPMakerAdapter
          This adapter is an empty implementation of the MDCAdapter interface.
 

Uses of MDCAdapter in org.slf4j.impl
 

Classes in org.slf4j.impl that implement MDCAdapter
 class Log4jMDCAdapter
           
 

Methods in org.slf4j.impl that return MDCAdapter
 MDCAdapter StaticMDCBinder.getMDCA()
          Currently this method always returns an instance of StaticMDCBinder.
 


SLF4J API
Version 1.4.3

Copyright © 2005-2008 QOS.ch. All Rights Reserved.