Class LogbackServiceProvider

java.lang.Object
ch.qos.logback.classic.spi.LogbackServiceProvider
All Implemented Interfaces:
org.slf4j.spi.SLF4JServiceProvider

public class LogbackServiceProvider extends Object implements org.slf4j.spi.SLF4JServiceProvider
  • Field Details

    • 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 Details

  • Method Details

    • initialize

      public void initialize()
      Specified by:
      initialize in interface org.slf4j.spi.SLF4JServiceProvider
    • 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
    • getRequestedApiVersion

      Specified by:
      getRequestedApiVersion in interface org.slf4j.spi.SLF4JServiceProvider