org.slf4j.impl
Class StaticMDCBinder

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

public class StaticMDCBinder
extends java.lang.Object

This class is only a stub. Real implementations are found in each SLF4J binding project, e.g. slf4j-nop, slf4j-log4j12 etc.

Author:
Ceki Gülcü

Field Summary
static StaticMDCBinder SINGLETON
          The unique instance of this class.
 
Method Summary
 MDCAdapter getMDCA()
           
 java.lang.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()

getMDCAdapterClassStr

public java.lang.String getMDCAdapterClassStr()


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.