public class LogbackServiceProvider 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 |
---|
LogbackServiceProvider() |
Modifier and Type | Method and Description |
---|---|
org.slf4j.ILoggerFactory |
getLoggerFactory() |
org.slf4j.IMarkerFactory |
getMarkerFactory() |
org.slf4j.spi.MDCAdapter |
getMDCAdapter() |
String |
getRequesteApiVersion() |
void |
initialize() |
public static 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 getRequesteApiVersion()
getRequesteApiVersion
in interface org.slf4j.spi.SLF4JServiceProvider
Copyright © 2005–2018 QOS.ch. All rights reserved.