Package org.slf4j.spi
Interface SLF4JServiceProvider
-
- All Known Implementing Classes:
JULServiceProvider
,Log4j12ServiceProvider
,NOPServiceProvider
,NOPServiceProvider
,SimpleServiceProvider
,SubstituteServiceProvider
public interface SLF4JServiceProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ILoggerFactory
getLoggerFactory()
Return the instance ofILoggerFactory
thatLoggerFactory
class should bind to.IMarkerFactory
getMarkerFactory()
Return the instance ofIMarkerFactory
thatMarkerFactory
class should bind to.MDCAdapter
getMDCAdapter()
String
getRequesteApiVersion()
void
initialize()
-
-
-
Method Detail
-
getLoggerFactory
ILoggerFactory getLoggerFactory()
Return the instance ofILoggerFactory
thatLoggerFactory
class should bind to.- Returns:
- the instance of
ILoggerFactory
thatLoggerFactory
class should bind to.
-
getMarkerFactory
IMarkerFactory getMarkerFactory()
Return the instance ofIMarkerFactory
thatMarkerFactory
class should bind to.- Returns:
- the instance of
IMarkerFactory
thatMarkerFactory
class should bind to.
-
getMDCAdapter
MDCAdapter getMDCAdapter()
-
getRequesteApiVersion
String getRequesteApiVersion()
-
initialize
void initialize()
-
-