# log

## debug

Print a DEBUG message.

**Parameters:**

| Name  | Type     | Description       |
| ----- | -------- | ----------------- |
| `msg` | `String` | Message to print. |

## error

Print an ERROR message.

**Parameters:**

| Name  | Type     | Description       |
| ----- | -------- | ----------------- |
| `msg` | `String` | Message to print. |

## info

Print an INFO message.

**Parameters:**

| Name  | Type     | Description       |
| ----- | -------- | ----------------- |
| `msg` | `String` | Message to print. |

## warn

Print a WARN message. This will mark the test with Warning status (unless the test fails later on, then it will be marked as Failed.).

**Parameters:**

| Name  | Type     | Description       |
| ----- | -------- | ----------------- |
| `msg` | `String` | Message to print. |
