| Home | All functions | Legacy functions | Categories |
vuGetMailLogLevel() 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 vuGetDiagnosticsLevel().
Prototype: vuGetMailLogLevel(*LONG OutLogLevel), SIGNED, PROC, PASCAL, RAW, NAME(‘vuGetMailLogLevel’)
Despite the legacy name, vuGetMailLogLevel() reports diagnostics verbosity only.
It does not read the sent-mail CSV/activity log path and does not report whether sent-mail CSV/activity logging is selected.
Use vuGetMailLog() or vuLogGetFile() to read the sent-mail CSV/activity log file path.
Use vuDiagnosticsGetFile() and vuGetDiagnosticsLevel() for diagnostics.
| Value | Meaning |
|---|---|
| 0 | Normal diagnostics. |
| 1 | Trace diagnostics. |
Level LONG
Result SIGNED
Result = vuGetMailLogLevel(Level) ! Legacy alias for vuGetDiagnosticsLevel(Level)
| Home | All functions | Legacy functions | Categories |