> For the complete documentation index, see [llms.txt](https://docs.quantum-studios.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quantum-studios.net/qtm-lib/shared-functions/logging.md).

# Logging

```etlua
Logging(loggingType, ...)
```

### Arguments

| Argument    | Data Type       | Optional | Explanation                              |
| ----------- | --------------- | -------- | ---------------------------------------- |
| loggingType | string          | no       | 'error' or 'info' or 'debug'             |
| ...         | string \| table | yes      | text that will be printed to the console |
