AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones de la fábrica de software
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Saves an information in a "log" file during the execution of an action plan. The name of the "log" file has the following format: "<Action plan name>.log" and it is be saved in the action plan directory. The content of this file corresponds to the status report of the execution of the action plan.
Caution: This function can only be run:
  • from the code of an action plan.
  • from a WLanguage procedure found in a project or an "Action plan" configuration.
Remark: This function is a function used to handle the editor of WINDEV, WEBDEV or WINDEV Mobile. Therefore, it is available in the three products.
Example
// Disable the "StaticAudit" action
IF paramAudit = False THEN
apDisableAction(StaticAudit)
apLog("** Static audit disabled ***")
END
Syntax
apLog(<Information>)
<Information>: Character string
Information that must be saved in the "log" file of the action plan.
Component: wdxxxfab.dll
Versión mínima requerida
  • Versión 16
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local