- Logpoints are limited to a maximum of
- 16 functions
- 200 variables per function
- 50 logpoints per function
- 50 variables per logpoint
- Displaying values
- The output depends on encoding, language settings and the command line tool used (for example cmd, powershell).
- CHAR/STRING: Byte values below 32 and above 127 are escaped using a dollar sign ('$') followed by the hexadecimal representation of the value. Values between 32 and 127 are displayed in ASCII format.
- WCHAR/WSTRING: Byte values not representing letters, digits or punctuation in UTF16 are escaped using a dollar sign ('$') followed by the hexadecimal representation of the value.