PslProject.LogMessage
Writes a message into the log window and into the log file of the project
Syntax
Expression.LogMessage (Text as String)
Expression Object of type PslProject
text The text to be logged
Example
Dim prj As PslProject
set prj = PSL.Projects(1)
prj.LogMessage("The text will appear in the log file.")