JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
org.slf4j.MDCAmbit
Packages that use
MDCAmbit
Package
Description
org.slf4j
Core logging interfaces.
Uses of
MDCAmbit
in
org.slf4j
Methods in
org.slf4j
that return
MDCAmbit
Modifier and Type
Method
Description
MDCAmbit
MDCAmbit.
addKey
(
String
key)
Keep track of a key for later removal by a call to
clear()
.
MDCAmbit
MDCAmbit.
addKeys
(
String
... keys)
Keep track of several keys for later removal by a call to
clear()
.
MDCAmbit
MDCAmbit.
put
(
String
key,
String
value)
Put the key/value couple in the MDC and keep track of the key for later removal by a call to
clear()
}.