Class StaticMDCBinder


  • public class StaticMDCBinder
    extends java.lang.Object
    This implementation is bound to LogbackMDCAdapter.
    • 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()  
      • 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.
      • getMDCAdapterClassStr

        public java.lang.String getMDCAdapterClassStr()