HelpWizard Pages ReferenceManual3 C/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „== Reference Manual (Logging) == link=HelpWizard Pages ReferenceManual3/en|back * '''logInfo'''(''format'', ...)<br>append an info mess…“)
 
 
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
[[Datei:arrowleft.png|link=HelpWizard Pages ReferenceManual2 C/en|previous]]
== Reference Manual (Logging) ==
[[Datei:arrowup.png|link=HelpWizard Pages ReferenceManual3/en|up]]
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual4 C/en|next]]


== Reference Manual C API (Logging) ==
[[Datei:arrowup.png|link=HelpWizard Pages ReferenceManual3/en|back]]


* '''logInfo'''(''format'', ...)<br>append an info message to the log; format and the remaining args are printf-like.
* '''logInfo'''(''format'', ...)<br>append an info message to the log; format and the remaining args are printf-like.
Zeile 10: Zeile 12:


* '''logFail'''(''format'', ...)<br>append a fail message to the log; execution proceeds, but at the end, the action will get a failed outcome
* '''logFail'''(''format'', ...)<br>append a fail message to the log; execution proceeds, but at the end, the action will get a failed outcome

[[Category: HelpWizard/en]]
[[Category: HelpWizard API/en]]
[[Category: HelpWizard API C/en]]

Aktuelle Version vom 10. März 2021, 20:00 Uhr

previous up next

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



Copyright © 2014-2024 eXept Software AG