Class StaticMDCBinder


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

      • SINGLETON

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

      • 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()