public class JULServiceProvider 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 |
---|
JULServiceProvider() |
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 SLF4JServiceProvider
public IMarkerFactory getMarkerFactory()
getMarkerFactory
in interface SLF4JServiceProvider
public MDCAdapter getMDCAdapter()
getMDCAdapter
in interface SLF4JServiceProvider
public String getRequesteApiVersion()
getRequesteApiVersion
in interface SLF4JServiceProvider
public void initialize()
initialize
in interface SLF4JServiceProvider
Copyright © 2005–2017 QOS.ch. All rights reserved.