HelpWizard Pages ReferenceManual3/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
Zeile 4: Zeile 4:
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual4/en|back]]
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual4/en|back]]


<strong>Common</strong>
* logInfo(''messageString'')<br>append an info message to the log
* logInfo(''messageString'')<br>append an info message to the log

* logWarning(''messageString'')<br>append an warning message to the log
* logWarning(''messageString'')<br>append an warning message to the log

* logError(''messageString'')<br>append an error message to the log; execution proceeds, but at the end, the action will get an error outcome
* logError(''messageString'')<br>append an error message to the log; execution proceeds, but at the end, the action will get an error outcome

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

Version vom 4. März 2021, 09:55 Uhr

Reference Manual (Logging)[Bearbeiten]

back back

  • logInfo(messageString)
    append an info message to the log
  • logWarning(messageString)
    append an warning message to the log
  • logError(messageString)
    append an error message to the log; execution proceeds, but at the end, the action will get an error outcome
  • logFail(messageString)
    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