HelpWizard Pages ReferenceManual3 Smalltalk/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „== Reference Manual Smalltalk API (Logging) == link=HelpWizard Pages ReferenceManual3/en|back * self '''logInfo:''' ''message…“)
 
Zeile 13: Zeile 13:


[[Category: HelpWizard/en]]
[[Category: HelpWizard/en]]
[[Category: HelpWizard API-Smalltalk/en]]
[[Category: HelpWizard API Smalltalk/en]]

Version vom 10. März 2021, 19:13 Uhr

Reference Manual Smalltalk API (Logging)[Bearbeiten]

back

  • 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