Class MavenServiceProvider
java.lang.Object
org.apache.maven.slf4j.MavenServiceProvider
- 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.MDCAdaptervoidprotected MavenLoggerFactory
- 
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- 
MavenServiceProviderpublic MavenServiceProvider()
 
- 
- 
Method Details- 
loadMavenLoggerFactory
- 
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
 
 
-