Log Output

Displays a scrollable monospace block containing raw system or compilation log strings.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
meet-stageHigh-frequency scrollbars are restricted or difficult to navigate.
googlechatLarge logs cause truncation or massive message overflow.
emailMax-height constraints fail, expanding the log indefinitely.
Fields
FieldType
logsstring. The raw console log output text block.required
Example payload
{
  "type": "log_output",
  "logs": "2026-06-28 INFO: Process started\n2026-06-28 INFO: Completed."
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →