Purpose
- Write a text string
into the diagnostic log file.
- For example, use this command
to indicate the start or end of
a particular activity. A manual review or automated post-processing
of the log file can find the text and use it as a starting point for
further analysis.
- This message is logged at the INFO (informational)
level.
Syntax
log
message text
Parameters
- text
- Message text to write
to the log
Example
Console> log message About to run the acceptance tests
Console>