> For the complete documentation index, see [llms.txt](https://help.pickzen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pickzen.com/guides/nocode/functions/log.md).

# LOG

### Syntax

**LOG(object1, \[object2])**

| Argument name                                  | Description                           |
| ---------------------------------------------- | ------------------------------------- |
| <p><strong>object1</strong></p><p>Required</p> | A text or variable to print           |
| <p><strong>object2</strong></p><p>Optional</p> | An optional text or variable to print |

### Examples

* **LOG('Hello world')** prints the text *Hello world*
* **LOG('Total:', total)** prints the text *Total:* and the value of the variable *total*.
