public class NOPServiceProvider 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 |
|---|
NOPServiceProvider() |
| 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() |
String |
getRequesteApiVersion() |
void |
initialize() |
public static String REQUESTED_API_VERSION
public ILoggerFactory getLoggerFactory()
SLF4JServiceProviderILoggerFactory that
LoggerFactory class should bind to.getLoggerFactory in interface SLF4JServiceProviderILoggerFactory that
LoggerFactory class should bind to.public IMarkerFactory getMarkerFactory()
SLF4JServiceProviderIMarkerFactory that
MarkerFactory class should bind to.getMarkerFactory in interface SLF4JServiceProviderIMarkerFactory that
MarkerFactory class should bind to.public MDCAdapter getMDCAdapter()
getMDCAdapter in interface SLF4JServiceProviderpublic String getRequesteApiVersion()
getRequesteApiVersion in interface SLF4JServiceProviderpublic void initialize()
initialize in interface SLF4JServiceProviderCopyright © 2005–2019 QOS.ch. All rights reserved.