Package org.slf4j.spi
Interface SLF4JServiceProvider
-
- All Known Implementing Classes:
NOPServiceProvider,SubstituteServiceProvider
public interface SLF4JServiceProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ILoggerFactorygetLoggerFactory()Return the instance ofILoggerFactorythatLoggerFactoryclass should bind to.IMarkerFactorygetMarkerFactory()Return the instance ofIMarkerFactorythatMarkerFactoryclass should bind to.MDCAdaptergetMDCAdapter()StringgetRequesteApiVersion()voidinitialize()
-
-
-
Method Detail
-
getLoggerFactory
ILoggerFactory getLoggerFactory()
Return the instance ofILoggerFactorythatLoggerFactoryclass should bind to.- Returns:
- the instance of
ILoggerFactorythatLoggerFactoryclass should bind to.
-
getMarkerFactory
IMarkerFactory getMarkerFactory()
Return the instance ofIMarkerFactorythatMarkerFactoryclass should bind to.- Returns:
- the instance of
IMarkerFactorythatMarkerFactoryclass should bind to.
-
getMDCAdapter
MDCAdapter getMDCAdapter()
-
getRequesteApiVersion
String getRequesteApiVersion()
-
initialize
void initialize()
-
-