WriteLog Function

Action

Writes to the .log file of the current user.

注: Log files (.log) are written only if the generation of these files is enabled in the General tab of the Profile Settings - Results dialog.

Include file

Kernel.bdh

Syntax

WriteLog( in sLogMsg : string );
Parameter Description
sLogMsg String containing the message to write to the .log file

Example

WriteLog("Info: Successfully connected");