Class StaticMDCBinder

java.lang.Object
org.slf4j.impl.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.
  • Field Details

    • SINGLETON

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

    • StaticMDCBinder

      private StaticMDCBinder()
  • Method Details

    • getSingleton

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

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

      public String getMDCAdapterClassStr()