public class TestSLF4JServiceProvider extends Object implements org.slf4j.spi.SLF4JServiceProvider
Modifier and Type | Field and Description |
---|---|
static String |
REQUESTED_API_VERSION |
Constructor and Description |
---|
TestSLF4JServiceProvider() |
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 final String REQUESTED_API_VERSION
public void initialize()
initialize
in interface org.slf4j.spi.SLF4JServiceProvider
public org.slf4j.ILoggerFactory getLoggerFactory()
getLoggerFactory
in interface org.slf4j.spi.SLF4JServiceProvider
public org.slf4j.IMarkerFactory getMarkerFactory()
getMarkerFactory
in interface org.slf4j.spi.SLF4JServiceProvider
public org.slf4j.spi.MDCAdapter getMDCAdapter()
getMDCAdapter
in interface org.slf4j.spi.SLF4JServiceProvider
public String getRequestedApiVersion()
getRequestedApiVersion
in interface org.slf4j.spi.SLF4JServiceProvider
Copyright © 2023. All rights reserved.