Developer Documentation Library > Interviewer - Server > Reference > Log, project, and property objects > Log > LogThis
 
LogThis
Writes a log entry to the current local log file.
Syntax
Log.LogThis ID, myEntry
Parameters
ID
A Long expression, indicating the application or component that wrote the log. For example, Sample Management always uses the same ID (usually 42) and by using a different ID (for example, 1001) in your script, you can identify the log entries that come from your script. IDs less than 1000 are reserved for components.
myEntry
A string to be written to the log file.
See also
Log