Package org.slf4j.nop
Class NOPServiceProvider
- java.lang.Object
-
- org.slf4j.nop.NOPServiceProvider
-
- All Implemented Interfaces:
org.slf4j.spi.SLF4JServiceProvider
public class NOPServiceProvider extends java.lang.Object implements org.slf4j.spi.SLF4JServiceProvider
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringREQUESTED_API_VERSIONDeclare the version of the SLF4J API this implementation is compiled against.
-
Constructor Summary
Constructors Constructor Description NOPServiceProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.slf4j.ILoggerFactorygetLoggerFactory()org.slf4j.IMarkerFactorygetMarkerFactory()org.slf4j.spi.MDCAdaptergetMDCAdapter()java.lang.StringgetRequestedApiVersion()voidinitialize()
-
-
-
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
-
NOPServiceProvider
public NOPServiceProvider()
-
-
Method Detail
-
getLoggerFactory
public org.slf4j.ILoggerFactory getLoggerFactory()
- Specified by:
getLoggerFactoryin interfaceorg.slf4j.spi.SLF4JServiceProvider
-
getMarkerFactory
public org.slf4j.IMarkerFactory getMarkerFactory()
- Specified by:
getMarkerFactoryin interfaceorg.slf4j.spi.SLF4JServiceProvider
-
getMDCAdapter
public org.slf4j.spi.MDCAdapter getMDCAdapter()
- Specified by:
getMDCAdapterin interfaceorg.slf4j.spi.SLF4JServiceProvider
-
getRequestedApiVersion
public java.lang.String getRequestedApiVersion()
- Specified by:
getRequestedApiVersionin interfaceorg.slf4j.spi.SLF4JServiceProvider
-
initialize
public void initialize()
- Specified by:
initializein interfaceorg.slf4j.spi.SLF4JServiceProvider
-
-