ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
True if the runtime log was started, False otherwise.
Location and name of the log file to create. The name of the log file can be built from the following elements:[%ExeDir%]Directory of executable, always filled with the "\" character. This directory is equivalent to the result of fExeDir.[%ExeName%]Name of the executable.[%Date%]Start date of runtime log (YYYYMMDD format).[%Time%]Start time of runtime log (HHMMSS format).[%UserName%]Name of current user.[%ComputerName%]Computer name.Versions 18 and later[%DataDir%]New in version 18[%DataDir%][%DataDir%]Directory of HFSQL data files specified by the user when installing the application. This directory is equivalent to the result of fDataDir.Versions 18 and later[%DirUserData%]New in version 18[%DirUserData%][%DirUserData%]Directory for the data of the current user of the current application. This directory is equivalent to the result of fDataDirUser.By default, the name of the Log file corresponds to: "[%UserDataDir%][%ExeName%]_[%Date%]_[%Time%]". For example: "C:\Users\Doc\AppData\Roaming\WINDEV Applications\MyApp\Myapp_20071023_130812.wlog".Versions 22 and laterCaution: If you use the dynamic string construction ("Allow "[% %]" in the strings" in the "Compilation" tab of the project description), a compilation error occurs (unknown identifier). In this case, each string must be preceded by '-%'. Example: dbgEnableLog("[%DirUserData%][%exeName%]_[%Date%]_[%Time%]") becomes dbgEnableLog(-%"[%DirUserData%][%ExeName%]_[%Date%]_[%Time%]") New in version 22Caution: If you use the dynamic string construction ("Allow "[% %]" in the strings" in the "Compilation" tab of the project description), a compilation error occurs (unknown identifier). In this case, each string must be preceded by '-%'. Example: dbgEnableLog("[%DirUserData%][%exeName%]_[%Date%]_[%Time%]") becomes dbgEnableLog(-%"[%DirUserData%][%ExeName%]_[%Date%]_[%Time%]") Caution: If you use the dynamic string construction ("Allow "[% %]" in the strings" in the "Compilation" tab of the project description), a compilation error occurs (unknown identifier). In this case, each string must be preceded by '-%'. Example: dbgEnableLog("[%DirUserData%][%exeName%]_[%Date%]_[%Time%]") becomes dbgEnableLog(-%"[%DirUserData%][%ExeName%]_[%Date%]_[%Time%]")
Used to configure the options of the runtime log:LogEnabledThe runtime log is immediately enabled.LogWLanguageFunctionsThe WLanguage functions are written into the runtime log.LogParametersThe parameters of the functions are written into the runtime log.LogPauseThe runtime log is not immediately enabledLogAllThe runtime log retrieves:the WLanguage functionsthe parameters of the functionsthe processesLogProcessOnlyThe runtime log only retrieves information about the processes.The combination LogEnabled + LogWLanguageFunctions is used by default if this parameter is not specified.
Operating mode of the runtime log
Last update: 09/19/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: