Package org.slf4j.helpers
Class SubstituteServiceProvider
java.lang.Object
org.slf4j.helpers.SubstituteServiceProvider
- All Implemented Interfaces:
SLF4JServiceProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the instance ofILoggerFactorythatLoggerFactoryclass should bind to.Return the instance ofIMarkerFactorythatMarkerFactoryclass should bind to.Return the instnace ofMDCAdapterthatMDCshould bind to.voidInitialize the logging back-end.
-
Constructor Details
-
SubstituteServiceProvider
public SubstituteServiceProvider()
-
-
Method Details
-
getLoggerFactory
Description copied from interface:SLF4JServiceProviderReturn the instance ofILoggerFactorythatLoggerFactoryclass should bind to.- Specified by:
getLoggerFactoryin interfaceSLF4JServiceProvider- Returns:
- instance of
ILoggerFactory
-
getSubstituteLoggerFactory
-
getMarkerFactory
Description copied from interface:SLF4JServiceProviderReturn the instance ofIMarkerFactorythatMarkerFactoryclass should bind to.- Specified by:
getMarkerFactoryin interfaceSLF4JServiceProvider- Returns:
- instance of
IMarkerFactory
-
getMDCAdapter
Description copied from interface:SLF4JServiceProviderReturn the instnace ofMDCAdapterthatMDCshould bind to.- Specified by:
getMDCAdapterin interfaceSLF4JServiceProvider- Returns:
- instance of
MDCAdapter
-
getRequesteApiVersion
- Specified by:
getRequesteApiVersionin interfaceSLF4JServiceProvider
-
initialize
public void initialize()Description 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 interfaceSLF4JServiceProvider
-