Package org.slf4j.helpers
Class SubstituteServiceProvider
- java.lang.Object
-
- org.slf4j.helpers.SubstituteServiceProvider
-
- All Implemented Interfaces:
SLF4JServiceProvider
public class SubstituteServiceProvider extends Object implements SLF4JServiceProvider
-
-
Constructor Summary
Constructors Constructor Description SubstituteServiceProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ILoggerFactorygetLoggerFactory()Return the instance ofILoggerFactorythatLoggerFactoryclass should bind to.IMarkerFactorygetMarkerFactory()Return the instance ofIMarkerFactorythatMarkerFactoryclass should bind to.MDCAdaptergetMDCAdapter()StringgetRequesteApiVersion()SubstituteLoggerFactorygetSubstituteLoggerFactory()voidinitialize()
-
-
-
Method Detail
-
getLoggerFactory
public ILoggerFactory getLoggerFactory()
Description copied from interface:SLF4JServiceProviderReturn the instance ofILoggerFactorythatLoggerFactoryclass should bind to.- Specified by:
getLoggerFactoryin interfaceSLF4JServiceProvider- Returns:
- the instance of
ILoggerFactorythatLoggerFactoryclass should bind to.
-
getSubstituteLoggerFactory
public SubstituteLoggerFactory getSubstituteLoggerFactory()
-
getMarkerFactory
public IMarkerFactory getMarkerFactory()
Description copied from interface:SLF4JServiceProviderReturn the instance ofIMarkerFactorythatMarkerFactoryclass should bind to.- Specified by:
getMarkerFactoryin interfaceSLF4JServiceProvider- Returns:
- the instance of
IMarkerFactorythatMarkerFactoryclass should bind to.
-
getMDCAdapter
public MDCAdapter getMDCAdapter()
- Specified by:
getMDCAdapterin interfaceSLF4JServiceProvider
-
getRequesteApiVersion
public String getRequesteApiVersion()
- Specified by:
getRequesteApiVersionin interfaceSLF4JServiceProvider
-
initialize
public void initialize()
- Specified by:
initializein interfaceSLF4JServiceProvider
-
-