| Home | All functions | Legacy functions | Categories |
vuSetMailLogLevel() is a legacy-compatible alias for the preferred function name:
The legacy name remains exported and supported so existing applications continue to compile and run.
New code should use vuSetDiagnosticsLevel().
Prototype: vuSetMailLogLevel(LONG InLogLevel), SIGNED, PROC, PASCAL, RAW, NAME(‘vuSetMailLogLevel’)
Despite the legacy name, vuSetMailLogLevel() controls diagnostics verbosity only.
It does not enable diagnostics logging, select the diagnostics log file, enable the sent-mail CSV/activity log, or select the CSV log file.
Use vuSetMailLog() or vuLogSetFile() to select the sent-mail CSV/activity log file.
Use vuDiagnosticsSetFile(), vuSetDiagnosticsLevel(), and vuDiagnosticsEnable() for diagnostics.
| Value | Meaning |
|---|---|
| 0 | Normal diagnostics. |
| 1 | Trace diagnostics. |
Result SIGNED
Result = vuSetMailLogLevel(1) ! Legacy alias for vuSetDiagnosticsLevel(1)
| Home | All functions | Legacy functions | Categories |