| Package | Description |
|---|---|
| liquibase.command.core.helpers | |
| liquibase.logging.mdc |
| Modifier and Type | Field and Description |
|---|---|
static CommandArgumentDefinition<Boolean> |
DbUrlConnectionCommandStep.SKIP_DATABASE_STEP_ARG
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MdcManager |
| Modifier and Type | Method and Description |
|---|---|
void |
MdcManager.clear()
Clear the MDC.
|
Map<String,Object> |
MdcManager.getAll() |
int |
MdcManager.getPriority() |
MdcObject |
MdcManager.put(String key,
CustomMdcObject customMdcObject)
Puts a context value (the
customMdcObject parameter) as identified with the key parameter into
the MDC. |
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 |
MdcManager.put(String key,
String value)
Puts a context value (the
value parameter) as identified with the key parameter into
the MDC. |
void |
MdcManager.remove(String key)
Removes the context value identified by the
key parameter. |
Copyright © 2023 Liquibase.org. All rights reserved.