java.lang.Object
net.odoframework.service.logging.Slf4jProvider
- All Implemented Interfaces:
org.slf4j.spi.SLF4JServiceProvider
public class Slf4jProvider extends Object implements org.slf4j.spi.SLF4JServiceProvider
-
Field Summary
Fields Modifier and Type Field Description static StringREQUESTED_API_VERSION -
Constructor Summary
Constructors Constructor Description Slf4jProvider() -
Method Summary
Modifier and Type Method Description org.slf4j.ILoggerFactorygetLoggerFactory()org.slf4j.IMarkerFactorygetMarkerFactory()org.slf4j.spi.MDCAdaptergetMDCAdapter()StringgetRequesteApiVersion()voidinitialize()
-
Field Details
-
REQUESTED_API_VERSION
-
-
Constructor Details
-
Slf4jProvider
public Slf4jProvider()
-
-
Method Details
-
getLoggerFactory
public org.slf4j.ILoggerFactory getLoggerFactory()- Specified by:
getLoggerFactoryin interfaceorg.slf4j.spi.SLF4JServiceProvider
-
getMarkerFactory
public org.slf4j.IMarkerFactory getMarkerFactory()- Specified by:
getMarkerFactoryin interfaceorg.slf4j.spi.SLF4JServiceProvider
-
getMDCAdapter
public org.slf4j.spi.MDCAdapter getMDCAdapter()- Specified by:
getMDCAdapterin interfaceorg.slf4j.spi.SLF4JServiceProvider
-
getRequesteApiVersion
- Specified by:
getRequesteApiVersionin interfaceorg.slf4j.spi.SLF4JServiceProvider
-
initialize
public void initialize()- Specified by:
initializein interfaceorg.slf4j.spi.SLF4JServiceProvider
-