Class SimpleServiceProvider

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

    public class SimpleServiceProvider
    extends Object
    implements org.slf4j.spi.SLF4JServiceProvider
    • Field Detail

      • REQUESTED_API_VERSION

        public static String REQUESTED_API_VERSION
        Declare the version of the SLF4J API this implementation is compiled against. The value of this field is modified with each major release.
    • Constructor Detail

      • SimpleServiceProvider

        public SimpleServiceProvider()
    • Method Detail

      • getLoggerFactory

        public org.slf4j.ILoggerFactory getLoggerFactory()
        Specified by:
        getLoggerFactory in interface org.slf4j.spi.SLF4JServiceProvider
      • getMarkerFactory

        public org.slf4j.IMarkerFactory getMarkerFactory()
        Specified by:
        getMarkerFactory in interface org.slf4j.spi.SLF4JServiceProvider
      • getMDCAdapter

        public org.slf4j.spi.MDCAdapter getMDCAdapter()
        Specified by:
        getMDCAdapter in interface org.slf4j.spi.SLF4JServiceProvider
      • getRequesteApiVersion

        public String getRequesteApiVersion()
        Specified by:
        getRequesteApiVersion in interface org.slf4j.spi.SLF4JServiceProvider
      • initialize

        public void initialize()
        Specified by:
        initialize in interface org.slf4j.spi.SLF4JServiceProvider