Logback API
Version 0.9.8

org.slf4j.impl
Class StaticMDCBinder

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

public class StaticMDCBinder
extends Object

This implementation is bound to LogbackMDCAdapter.

Author:
Ceki Gülcü

Field Summary
static StaticMDCBinder SINGLETON
          The unique instance of this class.
 
Method Summary
 MDCAdapter getMDCA()
          Currently this method always returns an instance of StaticMDCBinder.
 String getMDCAdapterClassStr()
           
 
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 MDCAdapter getMDCA()
Currently this method always returns an instance of StaticMDCBinder.


getMDCAdapterClassStr

public String getMDCAdapterClassStr()

Logback API
Version 0.9.8

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