Method Tools.Testsuite.log_msg()
- Method log_msg
void log_msg(string msg, mixed ... args)
- Description
Logs a testsuite message to stderr. The message is shown regardless of the verbosity level. If the previous message was logged without a trailing newline then a newline is inserted first.
The message should normally have a trailing newline - no extra newline is added to it. Use log_status to log a message intended to be overwritten.