> For the complete documentation index, see [llms.txt](https://docs.xenioo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xenioo.com/actions-and-operations/flow/log-message.md).

# Log Message

This action will ad add a log entry to the bot [execution diagram](/actions-and-operations/execution/execution-diagram.md) for the current conversation.

<figure><img src="/files/loRmCey93MRhXDhvmRki" alt=""><figcaption></figcaption></figure>

### Settings

The action uses the following settings:

| Setting | Description                                            | [Parsed](/actions-and-operations/dynamic-parsing.md) |
| ------- | ------------------------------------------------------ | ---------------------------------------------------- |
| Text    | The text that will be written to the execution diagram | :white\_check\_mark:                                 |

### Remarks

Cloud Scripting has an execution cost for your flow. If you merely intend to write something onto the [Execution Diagram](/actions-and-operations/execution/execution-diagram.md), utilizing this action will yield better performance than employing [Cloud Scripting](/actions-and-operations/integration/xenioo.bots.actions.base.executescriptaction.md) solely for that task

### Trigger

This action does not have any trigger.

### Variables

This action does not produce any variable.

### Availability

Channel specific availability follows the table below:

| Channel          | Availability     |
| ---------------- | ---------------- |
| Facebook         | Fully Available. |
| WhatsApp         | Fully Available. |
| Telegram         | Fully Available. |
| Web              | Fully Available. |
| Alexa            | Fully Available. |
| Google Assistant | Fully Available. |
| Slack            | Fully Available. |
| API              | Fully Available. |

This action can be used inside interactions and as child of other actions. This action requires a [Premium Account](/basic-concepts/your-account/upgrading-from-free.md) to be used on a live chatbot.
