# Logging reference

> All 1 logging in AlgoBarsX, each with its parameters, defaults, ranges and an example: log.

Source: https://algobarsx.com/docs/ref-cmd-logging/

### `log <message>`

Write a line to the Terminal console.

#### Arguments

| Name | Type | Default | What it is |
| --- | --- | --- | --- |
| `message` | string | required | Message text with {value} interpolation. |

**Where it goes** Anywhere a statement is allowed.

```algobarsx
log "close {close}"
```

Works in: strategy, indicator, alert, library. Since 1.0.
