ScrLogMessage

Logs a specified message to the Messages window and to the project *.log file.

UI Command:   None.
Syntax:   obj.ScrLogMessage(<message>)
Parameters:  

BSTR message

Return Value:  

None.

VB Example:  

obj.LogMessage("This is my message.")

IPY Example:  

oDoc.LogMessage('This is my message.')