Package | Description |
---|---|
liquibase |
Liquibase top level namespace package.
|
liquibase.logging.mdc |
Modifier and Type | Method and Description |
---|---|
MdcObject |
Scope.addMdcValue(String key,
CustomMdcObject customMdcObject)
Add a key value pair to the MDC using the MDC manager.
|
MdcObject |
Scope.addMdcValue(String key,
CustomMdcObject customMdcObject,
boolean removeWhenScopeExits)
Add a key value pair to the MDC using the MDC manager.
|
MdcObject |
Scope.addMdcValue(String key,
Map<String,String> value)
Add a key value pair to the MDC using the MDC manager.
|
MdcObject |
Scope.addMdcValue(String key,
Map<String,String> value,
boolean removeWhenScopeExits)
Add a key value pair to the MDC using the MDC manager.
|
MdcObject |
Scope.addMdcValue(String key,
String value)
Add a key value pair to the MDC using the MDC manager.
|
MdcObject |
Scope.addMdcValue(String key,
String value,
boolean removeWhenScopeExits)
Add a key value pair to the MDC using the MDC manager.
|
Modifier and Type | Method and Description |
---|---|
MdcObject |
MdcManager.put(String key,
CustomMdcObject customMdcObject)
Puts a context value (the
customMdcObject parameter) as identified with the key parameter into
the MDC. |
MdcObject |
NoOpMdcManager.put(String key,
CustomMdcObject customMdcObject) |
MdcObject |
MdcManager.put(String key,
Map<String,String> values)
Puts a context value (the
values parameter) as identified with the key parameter into
the MDC. |
MdcObject |
NoOpMdcManager.put(String key,
Map<String,String> values) |
MdcObject |
MdcManager.put(String key,
String value)
Puts a context value (the
value parameter) as identified with the key parameter into
the MDC. |
MdcObject |
NoOpMdcManager.put(String key,
String value) |
Copyright © 2023 Liquibase.org. All rights reserved.