| Package | Description |
|---|---|
| liquibase |
Liquibase top level namespace package.
|
| liquibase.logging.mdc | |
| liquibase.logging.mdc.customobjects |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
MdcObject |
NoOpMdcManager.put(String key,
CustomMdcObject customMdcObject) |
MdcObject |
MdcManager.put(String key,
CustomMdcObject customMdcObject)
Puts a context value (the
customMdcObject parameter) as identified with the key parameter into
the MDC. |
| Modifier and Type | Class and Description |
|---|---|
class |
ChangesetsRolledback |
class |
RollbackSqlFile
This class is used to represent MDC data related to a sqlFile type change inside a rollback.
|
Copyright © 2023 Liquibase.org. All rights reserved.