Package org.citrusframework.log
Interface LogMessageModifier
- All Superinterfaces:
LogModifier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Special modifier adds message related modifications on logger output on headers and body.
- Author:
- Christoph Deppisch
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringMask the given message body to not print sensitive data.maskHeaderData(Message message) Mask the given message header data to not print sensitive data.maskHeaders(Message message) Mask the given message header values to not print sensitive data.Methods inherited from interface org.citrusframework.log.LogModifier
mask
-
Method Details
-
maskBody
Mask the given message body to not print sensitive data.- Parameters:
message-- Returns:
-
maskHeaders
Mask the given message header values to not print sensitive data.- Parameters:
message-- Returns:
-
maskHeaderData
Mask the given message header data to not print sensitive data.- Parameters:
message-- Returns:
-