(clear-error-log!)Reset both the error log and stats atoms.
Reset both the error log and stats atoms.
(error-stats)Return 24h error counts by category. Prunes stale entries on read.
Return 24h error counts by category. Prunes stale entries on read.
(record-error! enriched-error)Record an enriched error. Keeps the display log bounded at 100 entries and maintains rolling 24h stats separately so counts stay accurate.
Record an enriched error. Keeps the display log bounded at 100 entries and maintains rolling 24h stats separately so counts stay accurate.
(render opts)Render the Error Dashboard full page with stats and HTMX polling.
Render the Error Dashboard full page with stats and HTMX polling.
(render-error-list)Render recent errors (max 20) as a list.
Render recent errors (max 20) as a list.
(render-fragment)Return the error list as an HTML string fragment for HTMX polling.
Return the error list as an HTML string fragment for HTMX polling.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |