Uses of Interface
liquibase.logging.mdc.CustomMdcObject
Packages that use CustomMdcObject
Package
Description
Liquibase top level namespace package.
-
Uses of CustomMdcObject in liquibase
Methods in liquibase with parameters of type CustomMdcObjectModifier 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
Methods in liquibase.logging.mdc with parameters of type CustomMdcObjectModifier 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) Method parameters in liquibase.logging.mdc with type arguments of type CustomMdcObjectModifier 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
Classes in liquibase.logging.mdc.customobjects that implement CustomMdcObjectModifier 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