HelpWizard Pages ReferenceManual3 C/en
Version vom 10. März 2021, 20:00 Uhr von Cg (Diskussion | Beiträge)
Reference Manual C API (Logging)[Bearbeiten]
- logInfo(format, ...)
append an info message to the log; format and the remaining args are printf-like.
- logWarning(format, ...)
append an warning message to the log
- logError(format, ...)
append an error message to the log; execution proceeds, but at the end, the action will get an error outcome
- logFail(format, ...)
append a fail message to the log; execution proceeds, but at the end, the action will get a failed outcome