_LOGINFO
Jump to navigation
Jump to search
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
Examples
- Example 1
- Writes a log message at the information level
_LOGINFO "This is a log message" _LOGINFO "a= " + STR$(a) |
See also
- Featured in our "Keyword of the Day" series
- Keyword Reference - Alphabetical
- Keyword Reference - By usage