Class JettyLoggingServiceProvider

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

    public class JettyLoggingServiceProvider
    extends java.lang.Object
    implements org.slf4j.spi.SLF4JServiceProvider
    • Field Detail

      • REQUESTED_API_VERSION

        public static java.lang.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

      • JettyLoggingServiceProvider

        public JettyLoggingServiceProvider()
    • Method Detail

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

        public java.lang.String getRequesteApiVersion()
        Specified by:
        getRequesteApiVersion in interface org.slf4j.spi.SLF4JServiceProvider