HelpWizard Pages ReferenceManual3 C/en

Aus expecco Wiki (Version 2.x)
Version vom 8. März 2021, 13:10 Uhr von Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Reference Manual (Logging) == link=HelpWizard Pages ReferenceManual3/en|back * '''logInfo'''(''format'', ...)<br>append an info mess…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Reference Manual (Logging)[Bearbeiten]

back

  • 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