Uses of Class
liquibase.logging.mdc.MdcObject
-
Uses of MdcObject in liquibase
Modifier and TypeMethodDescriptionScope.addMdcValue
(String key, String value) Add a key value pair to the MDC using the MDC manager.Scope.addMdcValue
(String key, String value, boolean removeWhenScopeExits) Add a key value pair to the MDC using the MDC manager.Scope.addMdcValue
(String key, Map<String, Object> value) Add a key value pair to the MDC using the MDC manager.Scope.addMdcValue
(String key, Map<String, Object> value, boolean removeWhenScopeExits) Add a key value pair to the MDC using the MDC manager.Scope.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 MdcObject in liquibase.logging.mdc
Modifier and TypeMethodDescriptionPuts a context value (thevalue
parameter) as identified with thekey
parameter into the MDC.Puts a context value (thevalue
parameter) as identified with thekey
parameter into the MDC.MdcManager.put
(String key, List<? extends CustomMdcObject> values) Puts a context value (thevalues
parameter) as identified with thekey
parameter into the MDC.Puts a context value (thevalues
parameter) as identified with thekey
parameter into the MDC.Puts a context value (thevalues
parameter) as identified with thekey
parameter into the MDC.MdcManager.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, List<? extends CustomMdcObject> values) NoOpMdcManager.put
(String key, CustomMdcObject customMdcObject) NoOpMdcManager.put
(String key, CustomMdcObject customMdcObject, boolean removeWhenScopeExits)