FlushLog
The FlushLog statement forces Qlik Sense to write the content of the script buffer to the script log file.
Syntax:
FlushLog
The content of the buffer is written to the log file. This command can be useful for debugging purposes, as you will receive data that otherwise may have been lost in a failed script execution.
Example:
FlushLog;