HelpWizard Pages ReferenceManual3/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
Zeile 5: | Zeile 5: | ||
⚫ | |||
[Java] |
[Java] |
||
⚫ | |||
[Node] |
[Node] |
||
⚫ | |||
⚫ | |||
⚫ | |||
[JavaScript builtin] |
[JavaScript builtin] |
||
⚫ | |||
* '''logInfo'''(''messageString'')<br>append an info message to the log |
* '''logInfo'''(''messageString'')<br>append an info message to the log |
Version vom 8. März 2021, 13:08 Uhr
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