HelpWizard Pages ReferenceManual3/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 ReferenceManual2/en ReferenceManual/en|back Datei:arrowright.png|link=HelpWiz…“)
 
 
(8 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
[[Datei:arrowleft.png|link=HelpWizard Pages ReferenceManual2/en|back]]
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual4/en|next]]

== Reference Manual (Logging) ==
== Reference Manual (Logging) ==


[[Datei:arrowleft.png|link=HelpWizard Pages ReferenceManual2/en ReferenceManual/en|back]]
[[HelpWizard Pages ReferenceManual3_C/en | [C] ]]
[Java]
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual4/en|back]]
[Node]
[Python]
[JavaScript builtin]
[[HelpWizard Pages ReferenceManual3_Smalltalk/en | [Smalltalk builtin] ]]

* '''logInfo'''(''messageString'')<br>append an info 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

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



[[Category: HelpWizard/en]]
<strong>Common</strong>
[[Category: HelpWizard API/en]]
* logInfo(''messageString'')<br>append an info 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
* logFail(''messageString'')<br>append a fail message to the log; execution proceeds, but at the end, the action will get a failed outcome

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

back next

Reference Manual (Logging)[Bearbeiten]

[C] [Java] [Node] [Python] [JavaScript builtin] [Smalltalk builtin]

  • 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