public class MockServiceProvider extends Object implements org.slf4j.spi.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 |
|---|
MockServiceProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.slf4j.ILoggerFactory |
getLoggerFactory() |
org.slf4j.IMarkerFactory |
getMarkerFactory() |
org.slf4j.spi.MDCAdapter |
getMDCAdapter() |
String |
getRequestedApiVersion() |
void |
initialize() |
public static String REQUESTED_API_VERSION
public org.slf4j.ILoggerFactory getLoggerFactory()
getLoggerFactory in interface org.slf4j.spi.SLF4JServiceProviderpublic org.slf4j.IMarkerFactory getMarkerFactory()
getMarkerFactory in interface org.slf4j.spi.SLF4JServiceProviderpublic org.slf4j.spi.MDCAdapter getMDCAdapter()
getMDCAdapter in interface org.slf4j.spi.SLF4JServiceProviderpublic String getRequestedApiVersion()
getRequestedApiVersion in interface org.slf4j.spi.SLF4JServiceProviderpublic void initialize()
initialize in interface org.slf4j.spi.SLF4JServiceProviderCopyright © 2020–2024 Simplify4U. All rights reserved.