log
Provides methods for printing user defined messages to test results.
Methods
info(msg)
Print an INFO message.
Parameters:
Name | Type | Description |
---|---|---|
msg |
String | Message to print. |
error(msg)
Print an ERROR message.
Parameters:
Name | Type | Description |
---|---|---|
msg |
String | Message to print. |
debug(msg)
Print a DEBUG message.
Parameters:
Name | Type | Description |
---|---|---|
msg |
String | Message to print. |
warn(msg)
Print a WARN message.
Parameters:
Name | Type | Description |
---|---|---|
msg |
String | Message to print. |