Class StaticMDCBinder


  • public final class StaticMDCBinder
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static StaticMDCBinder SINGLETON
      The unique instance of this class.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private StaticMDCBinder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.slf4j.spi.MDCAdapter getMDCA()
      Currently this method always returns an instance of StaticMDCBinder.
      java.lang.String getMDCAdapterClassStr()
      Retrieve the adapter class name.
      • 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
        The unique instance of this class.
    • Constructor Detail

      • StaticMDCBinder

        private StaticMDCBinder()
    • Method Detail

      • getMDCA

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

        public java.lang.String getMDCAdapterClassStr()
        Retrieve the adapter class name.
        Returns:
        The adapter class name.