HelpWizard Pages ReferenceManual3 Smalltalk/en

Aus expecco Wiki (Version 25.x)
Zur Navigation springen Zur Suche springen
Die Druckversion wird nicht mehr unterstützt und kann Darstellungsfehler aufweisen. Bitte aktualisiere deine Browser-Lesezeichen und verwende stattdessen die Standard-Druckfunktion des Browsers.

previous up next

Reference Manual Smalltalk API (Logging)

  • 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