Table of Contents

AddMaskedString Procedure

Codeunit Debug Single Instance

Used to add texts that should be masked when shown in the debug messages or logged. This is useful to prevent that sensitive data as password etc are shown in plain text.

Signature

[NonDebuggable]
AddMaskedString(StringToMask: Text)

Parameters

StringToMask Text

The text that should be masked in debug messages and log.

This documentation is generated from Smart Toolbox v27.1