Salesforce Apex Log Analyzer

Fast single-screen debugging for Salesforce debug logs.

Raw Log Input
Paste a log, search within it, or drag in a file.
Drag a .log or .txt file here, paste from clipboard, or use Upload Log.
Analysis Output
Summary, errors, governor limits, timeline, and raw lines.
Idle

Paste a log and click Run Analysis

The analysis pane will populate here with clickable debugging results.

What is the Salesforce Apex Log Analyzer?

The Salesforce Apex log analyzer is a free browser-based tool for developers, admins, and support teams who need to inspect raw debug logs without sending them to a server. It helps you spot exceptions, understand governor consumption, isolate SOQL and DML hotspots, and follow the execution timeline when a transaction becomes hard to read. Because the analysis runs locally in the browser, it is useful during triage calls, sandbox debugging, and handoffs where speed matters and no login required access keeps the workflow simple.

How to use the Salesforce Apex Log Analyzer

  1. Paste a Salesforce debug log or upload the exported log file from your org.
  2. Run the analysis and review the exception summary, governor usage, hotspots, and timeline cards.
  3. Use the detailed sections to confirm root cause, share the findings, or decide which code path to fix next.

Frequently asked questions

Does the tool send my log to a backend?
No. The analyzer works in the browser so you can review debug details locally before sharing anything with a teammate.
When is it most useful?
It is most useful when a transaction fails, runs slowly, or produces a long log that is difficult to scan line by line.
Can admins use it too?
Yes. Admins and architects can use the summaries to understand failure patterns before pulling in a developer for a code change.