HelpWizard Pages ReferenceManual3 Smalltalk/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 1: Zeile 1:
[[Datei:arrowleft.png|link=HelpWizard Pages ReferenceManual2 Smalltalk/en|previous]]
== Reference Manual Smalltalk API (Logging) ==
[[Datei:arrowup.png|link=HelpWizard Pages ReferenceManual3/en|up]]
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual4 Smalltalk/en|next]]


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


* self&nbsp;'''logInfo:'''&nbsp;''messageString''<br>append an info message to the log
* self&nbsp;'''logInfo:'''&nbsp;''messageString''<br>append an info message to the log

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

previous up next

Reference Manual Smalltalk API (Logging)[Bearbeiten]

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