Uses of Interface
org.slf4j.spi.MDCAdapter

Packages that use MDCAdapter
org.slf4j   
org.slf4j.helpers   
org.slf4j.impl   
 

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 BasicMDCAdapter
          Basic MDC implementation, which can be used with logging systems that lack out-of-the-box MDC support.
 class NOPMDCAdapter
          This adapter is an empty implementation of the MDCAdapter interface.
 

Uses of MDCAdapter in org.slf4j.impl
 

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



Copyright © 2004-2011 Hudson. All Rights Reserved.