_LOGTRACE
The _LOGTRACE statement writes a log message at the Trace level.
Syntax
- _LOGTRACE 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
-
no
-
v4.0.0
-
yes
-
yes
-
yes
Examples
- Example 1
- Writes a log message at the Trace level
_LOGTRACE "This is a log message" _LOGTRACE "a= " + STR$(a) |
See also