Apex Debug Log Parser

Live: spskelly.github.io/apex-log-parser
Repo: GitHub

What It Does

Salesforce debug logs are dense walls of text. This tool turns them into something you can actually read, color-coded by event type, filterable by category, searchable, with governor limits visualized as progress bars. Everything runs client-side; logs never leave your browser.

Features

Parsing & Visualization

Governor Limits

Statistics Dashboard

Performance

Input Methods

Privacy

Everything runs client-side. Logs are never uploaded, transmitted, or stored anywhere outside your browser. The service worker caches only the app’s own assets.

Technical Details

~1,550 lines across 4 files (index.html, app.js, styles.css, sw.js). No build step, no framework, no dependencies. The parser handles the full Salesforce log format including nested code unit scopes, governor limit blocks, and the various debug level classifications.