Class StaticMarkerBinder

  • All Implemented Interfaces:
    org.slf4j.spi.MarkerFactoryBinder

    public final class StaticMarkerBinder
    extends Object
    implements org.slf4j.spi.MarkerFactoryBinder
    The binding of MarkerFactory class with an actual instance of IMarkerFactory is performed using information returned by this class.
    • Method Detail

      • getSingleton

        public static StaticMarkerBinder getSingleton()
        Return the singleton of this class.
        Returns:
        the StaticMarkerBinder singleton
        Since:
        1.7.14
      • getMarkerFactory

        public org.slf4j.IMarkerFactory getMarkerFactory()
        Currently this method always returns an instance of BasicMarkerFactory.
        Specified by:
        getMarkerFactory in interface org.slf4j.spi.MarkerFactoryBinder
      • getMarkerFactoryClassStr

        public String getMarkerFactoryClassStr()
        Currently, this method returns the class name of BasicMarkerFactory.
        Specified by:
        getMarkerFactoryClassStr in interface org.slf4j.spi.MarkerFactoryBinder