Uses of Interface
liquibase.logging.mdc.CustomMdcObject
Package
Description
Liquibase top level namespace package.
-
Uses of CustomMdcObject in liquibase
Modifier and TypeMethodDescriptionScope.addMdcValue
(String key, CustomMdcObject customMdcObject) Add a key value pair to the MDC using the MDC manager.Scope.addMdcValue
(String key, CustomMdcObject customMdcObject, boolean removeWhenScopeExits) Add a key value pair to the MDC using the MDC manager. -
Uses of CustomMdcObject in liquibase.logging.mdc
Modifier and TypeMethodDescriptionMdcManager.put
(String key, CustomMdcObject customMdcObject) Puts a context value (thecustomMdcObject
parameter) as identified with thekey
parameter into the MDC.MdcManager.put
(String key, CustomMdcObject customMdcObject, boolean removeWhenScopeExits) Puts a context value (thecustomMdcObject
parameter) as identified with thekey
parameter into the MDC.NoOpMdcManager.put
(String key, CustomMdcObject customMdcObject) NoOpMdcManager.put
(String key, CustomMdcObject customMdcObject, boolean removeWhenScopeExits) Modifier and TypeMethodDescriptionMdcManager.put
(String key, List<? extends CustomMdcObject> values) Puts a context value (thevalues
parameter) as identified with thekey
parameter into the MDC.NoOpMdcManager.put
(String key, List<? extends CustomMdcObject> values) -
Uses of CustomMdcObject in liquibase.logging.mdc.customobjects
Modifier and TypeClassDescriptionclass
class
Custom MDC object to represent the changesets that were deployed during an update event.class
class
class
class
class
class
class
This class is used to represent MDC data related to a sqlFile type change inside a rollback.class
class
class
This class is the representation of the summary available in the update command.class