public class NOP_FallbackServiceProvider extends Object implements SLF4JServiceProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
REQUESTED_API_VERSION
Declare the version of the SLF4J API this implementation is compiled
against.
|
| Constructor and Description |
|---|
NOP_FallbackServiceProvider() |
| Modifier and Type | Method and Description |
|---|---|
ILoggerFactory |
getLoggerFactory()
Return the instance of
ILoggerFactory that
LoggerFactory class should bind to. |
IMarkerFactory |
getMarkerFactory()
Return the instance of
IMarkerFactory that
MarkerFactory class should bind to. |
MDCAdapter |
getMDCAdapter()
Return the instance of
MDCAdapter that
MDC should bind to. |
String |
getRequestedApiVersion() |
void |
initialize()
Initialize the logging back-end.
|
public static String REQUESTED_API_VERSION
public NOP_FallbackServiceProvider()
public ILoggerFactory getLoggerFactory()
SLF4JServiceProviderILoggerFactory that
LoggerFactory class should bind to.getLoggerFactory in interface SLF4JServiceProviderILoggerFactorypublic IMarkerFactory getMarkerFactory()
SLF4JServiceProviderIMarkerFactory that
MarkerFactory class should bind to.getMarkerFactory in interface SLF4JServiceProviderIMarkerFactorypublic MDCAdapter getMDCAdapter()
SLF4JServiceProviderMDCAdapter that
MDC should bind to.getMDCAdapter in interface SLF4JServiceProviderMDCAdapterpublic String getRequestedApiVersion()
getRequestedApiVersion in interface SLF4JServiceProviderpublic void initialize()
SLF4JServiceProviderWARNING: This method is intended to be called once by
LoggerFactory class and from nowhere else.
initialize in interface SLF4JServiceProviderCopyright © 2005–2022 QOS.ch. All rights reserved.