Log

Top  Previous  Next

This dollar command sends the specified text to the LOG file.  It is employed using the syntax

 

$Log text to send

Example:

$Log

$Log The following message will be written to the LOG file

$Log with leading blanks ignored.  All special % symbols will

$Log be substituted out before this text is sent to the LOG file.

$Log This was line %system.incline% of file %system.incname%

$Log

Notes:

By default, the LOG file is the console.
The default LOG file can be reset with the Lo and Lf command line parameters.
Leading blanks are ignored when the text is written out to the LOG file using the $Log command.
All special % symbols will be substituted out before the text passed through.
The output goes to the IDE process window but is intermixed with execution reports.