Package org.slf4j.simple
Class SimpleServiceProvider
java.lang.Object
org.slf4j.simple.SimpleServiceProvider
- All Implemented Interfaces:
- org.slf4j.spi.SLF4JServiceProvider
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic StringDeclare the version of the SLF4J API this implementation is compiled against.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.slf4j.ILoggerFactoryorg.slf4j.IMarkerFactoryorg.slf4j.spi.MDCAdaptervoid
- 
Field Details- 
REQUESTED_API_VERSIONDeclare the version of the SLF4J API this implementation is compiled against. The value of this field is modified with each major release.
 
- 
- 
Constructor Details- 
SimpleServiceProviderpublic SimpleServiceProvider()
 
- 
- 
Method Details- 
getLoggerFactorypublic org.slf4j.ILoggerFactory getLoggerFactory()- Specified by:
- getLoggerFactoryin interface- org.slf4j.spi.SLF4JServiceProvider
 
- 
getMarkerFactorypublic org.slf4j.IMarkerFactory getMarkerFactory()- Specified by:
- getMarkerFactoryin interface- org.slf4j.spi.SLF4JServiceProvider
 
- 
getMDCAdapterpublic org.slf4j.spi.MDCAdapter getMDCAdapter()- Specified by:
- getMDCAdapterin interface- org.slf4j.spi.SLF4JServiceProvider
 
- 
getRequestedApiVersion- Specified by:
- getRequestedApiVersionin interface- org.slf4j.spi.SLF4JServiceProvider
 
- 
initializepublic void initialize()- Specified by:
- initializein interface- org.slf4j.spi.SLF4JServiceProvider
 
 
-