ERRORLOG = error-filename
The ERRORLOG option directs the Help compiler to write all error messages to the specified file. The compiler also displays the error messages on the screen.
error-filename
Specifies the name of the file to receive the error messages. This parameter can be a full or partial path if the error file should be written to a directory other than the project root directory.
The following example writes all errors during the build to the HLPBUGS.TXT file in the Help project root directory.
ERRORLOG=HLPBUGS.TXT
[OPTIONS]