| LOGMSG Write a message to the script log file | Top Previous Next | 
| 
 
 
 This script command writes a message to the script log file. Messages written in this manner are highlighted (as are error messages) with a preceding arrow indicator to make them easier to locate when scanning a log file. 
 Consider the following example. 
 LOGMSG "What a good thing!" 
 This command would produce an entry in the log file similar to the following. 
 
 
 
 
 Related command(s): DISPLAY, CONSOLEMSG, LOGNTEVENT, DASHBOARDMSG, LOG, MESSAGEBOX, PRINT, WRITEFILE See also: Interactive Debugging |