| Package | Description |
|---|---|
| org.slf4j |
Core logging interfaces.
|
| org.slf4j.helpers |
Helper classes.
|
| org.slf4j.spi |
Classes and interfaces which are internal to SLF4J.
|
| Modifier and Type | Method and Description |
|---|---|
static MDCAdapter |
MDC.getMDCAdapter()
Returns the MDCAdapter instance currently in use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicMDCAdapter
Basic MDC implementation, which can be used with logging systems that lack
out-of-the-box MDC support.
|
class |
NOPMDCAdapter
This adapter is an empty implementation of the
MDCAdapter interface. |
| Modifier and Type | Method and Description |
|---|---|
MDCAdapter |
NOPServiceProvider.getMDCAdapter() |
MDCAdapter |
SubstituteServiceProvider.getMDCAdapter() |
| Modifier and Type | Method and Description |
|---|---|
MDCAdapter |
SLF4JServiceProvider.getMDCAdapter()
Return the instnace of
MDCAdapter that
MDC should bind to. |
Copyright © 2005–2019 QOS.ch. All rights reserved.