Print the contents of a variable args list to debug output, any control chars (in string args) will be filtered using the active filter mode. Note that strings will stop at the first CHR$(0) found, as output is done through C/C++ stdio functions.
SYNTAX:
LogArgs vargs$
INPUTS:
vargs$ (STRING)
- Any variable args list made with the SUBs/FUNCTIONs provided in the QB-StdLibs\qbstdarg.bm library file.
ERRORS:
- If vargs$ is no valid va_list string, then this subroutine will do nothing, not even writing a empty line to output.