docs

Home All functions Legacy functions Categories

vuDiagnosticsEnable()

Purpose

Enables diagnostic logging using the configured diagnostics file. If no diagnostics file has been configured yet, a default file path is chosen automatically.

Export name

Clarion prototype

Prototype: vuDiagnosticsEnable(), SIGNED, PROC, PASCAL, RAW, NAME(‘vuDiagnosticsEnable’)

Return value

Example (Clarion)

rc LONG

rc = vuDiagnosticsEnable()
IF rc = 0
  MESSAGE('Diagnostics could not be enabled: ' & vuMailLastError())
END

Notes

Home All functions Legacy functions Categories