org.slf4j.impl

Class StaticMDCBinder

public class StaticMDCBinder extends 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 StaticMDCBinderSINGLETON
The unique instance of this class.
Method Summary
MDCAdaptergetMDCA()
Currently this method always returns an instance of StaticMDCBinder.
StringgetMDCAdapterClassStr()

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()
Copyright © 2005-2009 QOS.ch. All Rights Reserved.