LOGINFO: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 29: | Line 29: | ||
{{PageExamples}} | {{PageExamples}} | ||
; Example 1 : | ; Example 1: Writing log messages at the '''Information''' level. | ||
{{CodeStart}} | {{CodeStart}} | ||
{{Cl|_LOGINFO}} {{Text|<nowiki>"This is a log message"</nowiki>|#FFB100}} | {{Cl|_LOGINFO}} {{Text|<nowiki>"This is a log message"</nowiki>|#FFB100}} |
Latest revision as of 11:10, 30 May 2025
The _LOGINFO statement writes a log message at the Information level.
Syntax
- _LOGINFO message
Parameters
- message is a string to write to the log output.
Description
- See the page on the Logging system for more detailed usage information.
Availability
-
none
-
v4.0.0
-
yes
-
yes
-
yes
Examples
- Example 1
- Writing log messages at the Information level.
_LOGINFO "This is a log message" _LOGINFO "a= " + STR$(a) |
See also