Uses of Class
liquibase.logging.mdc.MdcObject
-
Packages that use MdcObject Package Description liquibase Liquibase top level namespace package.liquibase.logging.mdc -
-
Uses of MdcObject in liquibase
Methods in liquibase that return MdcObject Modifier and Type Method Description MdcObjectScope. addMdcValue(String key, String value)Add a key value pair to the MDC using the MDC manager.MdcObjectScope. addMdcValue(String key, String value, boolean removeWhenScopeExits)Add a key value pair to the MDC using the MDC manager.MdcObjectScope. addMdcValue(String key, Map<String,Object> value)Add a key value pair to the MDC using the MDC manager.MdcObjectScope. addMdcValue(String key, Map<String,Object> value, boolean removeWhenScopeExits)Add a key value pair to the MDC using the MDC manager.MdcObjectScope. addMdcValue(String key, CustomMdcObject customMdcObject)Add a key value pair to the MDC using the MDC manager.MdcObjectScope. 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
Methods in liquibase.logging.mdc that return MdcObject Modifier and Type Method Description MdcObjectMdcManager. put(String key, String value)Puts a context value (thevalueparameter) as identified with thekeyparameter into the MDC.MdcObjectMdcManager. put(String key, Map<String,Object> values)Puts a context value (thevaluesparameter) as identified with thekeyparameter into the MDC.MdcObjectMdcManager. put(String key, CustomMdcObject customMdcObject)Puts a context value (thecustomMdcObjectparameter) as identified with thekeyparameter into the MDC.MdcObjectNoOpMdcManager. put(String key, String value)MdcObjectNoOpMdcManager. put(String key, Map<String,Object> values)MdcObjectNoOpMdcManager. put(String key, CustomMdcObject customMdcObject)
-