org.slf4j.impl
Class StaticMDCBinder

java.lang.Object
  extended by org.slf4j.impl.StaticMDCBinder

public final class StaticMDCBinder
extends Object


Field Summary
static StaticMDCBinder SINGLETON
          The unique instance of this class.
 
Method Summary
 org.slf4j.spi.MDCAdapter getMDCA()
          Currently this method always returns an instance of StaticMDCBinder.
 String getMDCAdapterClassStr()
          Retrieve the adapter class name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLETON

public static final StaticMDCBinder SINGLETON
The unique instance of this class.

Method Detail

getMDCA

public org.slf4j.spi.MDCAdapter getMDCA()
Currently this method always returns an instance of StaticMDCBinder.

Returns:
an MDC adapter

getMDCAdapterClassStr

public String getMDCAdapterClassStr()
Retrieve the adapter class name.

Returns:
The adapter class name.


Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.