Package org.slf4j.reload4j
Class Reload4jServiceProvider
java.lang.Object
org.slf4j.reload4j.Reload4jServiceProvider
- All Implemented Interfaces:
- SLF4JServiceProvider
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic StringDeclare the version of the SLF4J API this implementation is compiled against.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturn the instance ofILoggerFactorythatLoggerFactoryclass should bind to.Return the instance ofIMarkerFactorythatMarkerFactoryclass should bind to.Return the instance ofMDCAdapterthatMDCshould bind to.Return the maximum API version for SLF4J that the logging implementation supports.voidInitialize the logging back-end.
- 
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- 
Reload4jServiceProviderpublic Reload4jServiceProvider()
 
- 
- 
Method Details- 
initializeDescription copied from interface:SLF4JServiceProviderInitialize the logging back-end.WARNING: This method is intended to be called once by LoggerFactoryclass and from nowhere else.- Specified by:
- initializein interface- SLF4JServiceProvider
 
- 
getLoggerFactoryDescription copied from interface:SLF4JServiceProviderReturn the instance ofILoggerFactorythatLoggerFactoryclass should bind to.- Specified by:
- getLoggerFactoryin interface- SLF4JServiceProvider
- Returns:
- instance of ILoggerFactory
 
- 
getMarkerFactoryDescription copied from interface:SLF4JServiceProviderReturn the instance ofIMarkerFactorythatMarkerFactoryclass should bind to.- Specified by:
- getMarkerFactoryin interface- SLF4JServiceProvider
- Returns:
- instance of IMarkerFactory
 
- 
getMDCAdapterDescription copied from interface:SLF4JServiceProviderReturn the instance ofMDCAdapterthatMDCshould bind to.- Specified by:
- getMDCAdapterin interface- SLF4JServiceProvider
- Returns:
- instance of MDCAdapter
 
- 
getRequestedApiVersionDescription copied from interface:SLF4JServiceProviderReturn the maximum API version for SLF4J that the logging implementation supports.For example: "2.0.1".- Specified by:
- getRequestedApiVersionin interface- SLF4JServiceProvider
- Returns:
- the string API version.
 
 
-