Class StaticMDCBinder

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

public class StaticMDCBinder extends Object
This implementation is bound to NOPMDCAdapter.
Author:
Ceki Gülcü
  • Field Details

    • SINGLETON

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

    • getSingleton

      public static final StaticMDCBinder getSingleton()
      Return the singleton of this class.
      Returns:
      the StaticMDCBinder singleton
      Since:
      1.7.14
    • getMDCA

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

      public String getMDCAdapterClassStr()