> For the complete documentation index, see [llms.txt](https://docs.oxygenhq.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oxygenhq.org/download-installation-start/modules/module-log.md).

# 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. |
