public class SimpleServiceProvider 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 |
|---|
SimpleServiceProvider() |
| Modifier and Type | Method and Description |
|---|---|
ILoggerFactory |
getLoggerFactory() |
IMarkerFactory |
getMarkerFactory() |
MDCAdapter |
getMDCAdapter() |
String |
getRequesteApiVersion() |
void |
initialize() |
public static String REQUESTED_API_VERSION
public ILoggerFactory getLoggerFactory()
getLoggerFactory in interface SLF4JServiceProviderpublic IMarkerFactory getMarkerFactory()
getMarkerFactory in interface SLF4JServiceProviderpublic 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.