WriteToDebugFile

Appends the specified statements into the rules debug file. This function uses the debug file path set on const WRITE_TO_FILE_PATH. If the debug file is not created, the system creates the file and writes the statements to it. The debug file name is <Application Name>_Rle_Debug.log.

Syntax

WriteToDebugFile("")

Return Value

Not applicable

Example

WriteToDebugFile("Log this statement")