Displays a scrollable monospace block containing raw system or compilation log strings.
| Surface | Note |
|---|---|
| meet-stage | High-frequency scrollbars are restricted or difficult to navigate. |
| googlechat | Large logs cause truncation or massive message overflow. |
| Max-height constraints fail, expanding the log indefinitely. |
| Field | Type | |
|---|---|---|
| logs | string. The raw console log output text block. | required |
{
"type": "log_output",
"logs": "2026-06-28 INFO: Process started\n2026-06-28 INFO: Completed."
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:log_output",
"displayName": "Log Output",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/log_output",
"capabilities": [
"web",
"apps-script-web"
],
"description": "Displays a scrollable monospace block containing raw system or compilation log strings.",
"representativeQueries": [
"show a scrollable monospace server or compiler log output block",
"displays a scrollable monospace block containing raw system or compilation log strings.",
"render a log output"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →