Package org.slf4j.simple
Class SimpleServiceProvider
java.lang.Object
org.slf4j.simple.SimpleServiceProvider
- All Implemented Interfaces:
org.slf4j.spi.SLF4JServiceProvider
-
Field Summary
Modifier and TypeFieldDescriptionstatic String
Declare the version of the SLF4J API this implementation is compiled against. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.slf4j.ILoggerFactory
org.slf4j.IMarkerFactory
org.slf4j.spi.MDCAdapter
void
-
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
-
SimpleServiceProvider
public SimpleServiceProvider()
-
-
Method Details
-
getLoggerFactory
public org.slf4j.ILoggerFactory getLoggerFactory()- Specified by:
getLoggerFactory
in interfaceorg.slf4j.spi.SLF4JServiceProvider
-
getMarkerFactory
public org.slf4j.IMarkerFactory getMarkerFactory()- Specified by:
getMarkerFactory
in interfaceorg.slf4j.spi.SLF4JServiceProvider
-
getMDCAdapter
public org.slf4j.spi.MDCAdapter getMDCAdapter()- Specified by:
getMDCAdapter
in interfaceorg.slf4j.spi.SLF4JServiceProvider
-
getRequestedApiVersion
- Specified by:
getRequestedApiVersion
in interfaceorg.slf4j.spi.SLF4JServiceProvider
-
initialize
public void initialize()- Specified by:
initialize
in interfaceorg.slf4j.spi.SLF4JServiceProvider
-