Package | Description |
---|---|
org.slf4j |
Core logging interfaces.
|
org.slf4j.helpers |
Helper classes.
|
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. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.