Ads API .NET library
|
Formats a Key-value collection message by masking out sensitive fields. More...
Public Member Functions | |
override string | MaskContents (string body, ISet< string > keysToMask) |
Masks the contents of the traced message. More... | |
Additional Inherited Members | |
![]() | |
const string | MASK_PATTERN = "REDACTED" |
The mask pattern to be used when masking sensitive data in logs. More... | |
Formats a Key-value collection message by masking out sensitive fields.
|
inlinevirtual |
Masks the contents of the traced message.
body | The message body. |
keysToMask | The keys for which values should be masked in the message body. |
Implements Google.Api.Ads.Common.Logging.TraceFormatter.