org.slf4j.impl
Class StaticMDCBinder

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

public final class StaticMDCBinder
extends Object

Gossip MDC binder for SLF4J.

Since:
1.6
Author:
Jason Dillon

Field Summary
static StaticMDCBinder SINGLETON
           
 
Constructor Summary
StaticMDCBinder()
           
 
Method Summary
 org.slf4j.spi.MDCAdapter getMDCA()
           
 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
Constructor Detail

StaticMDCBinder

public StaticMDCBinder()
Method Detail

getMDCA

public org.slf4j.spi.MDCAdapter getMDCA()

getMDCAdapterClassStr

public String getMDCAdapterClassStr()


Copyright © 2008-2011 Sonatype. All Rights Reserved.