ap_console_write
Write a message to ArmorPaint's console to leave a visible trail for the user. Choose log, info, or error channels to match the level of the update.
Instructions
Write a line to ArmorPaint's own console. Write-only: no binding can read the console back, so this is for leaving a trail for the human, not for logging you intend to read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Message text. | |
| level | No | Console channel. | log |