FoxLog - Salesforce Debug Log Viewer

Display Salesforce debug logs in a user-friendly format with error detection, anti-pattern analysis, and debug control.

As of June 2026, FoxLog - Salesforce Debug Log Viewer has 39 users in the Developer Tools category.

Usersup 5.4 percent+5.4%
39
39
Ratingno change0%
— reviews
Reviewsno change0%
Version
1.5.2
Manifest V3
90-day change · In the last 90 days this extension 3 version updates.

History

8 snapshots

Tracking since Apr 3, 2026.

43.484036.52Apr 3, 2026Jun 11, 2026
View as table
DateUsersRatingReviewsVersion
Apr 3, 2026371.3.1
Apr 17, 2026371.3.2
Apr 27, 2026381.4.1
May 5, 2026381.4.1
May 16, 2026411.4.1
May 22, 2026421.5.2
May 29, 2026431.5.2
Jun 11, 2026401.5.2
Now391.5.2

Changelog

  • May 16, 2026
    description
    Display Salesforce debug logs in a user-friendly format with error detection, anti-pattern analysis, and debug control.
    
    FoxLog is a powerful Chrome extension that revolutionizes Salesforce debug log analysis. Say goodbye to hard-to-read raw logs: instantly visualize your Apex logs in a modern, intuitive interface directly from Salesforce Lightning.
    
    Key Features:
    
    ✅ Real-time Visualization - Automatic display of your Apex logs with intelligent refresh
    
    ✅ One-Click Debug Activation - Enable/disable debug logs (TraceFlags) directly from the extension without navigating to Setup
    
    ✅ [NEW] Local Log Import - Analyze raw .txt/.log files offline via drag & drop or file picker, with persistent import history and storage management
    
    ✅ 4 Complementary Views - Summary, Hierarchical Call Tree, Anti-Pattern Analysis, and Raw Log for comprehensive analysis
    
    ✅ 30 Anti-Pattern Detections - Automatically identify SOQL/DML in loops, N+1 queries, trigger recursion, missing LIMIT/WHERE, hardcoded IDs, slow queries, excessive rows, exception swallowing, Flow recursion, nested loops O(n²), and more with severity levels and fix suggestions
    
    ✅ Automatic Error Detection - Instantly spot exceptions and issues with visual badges and counters
    
    ✅ In-depth Analysis - Detailed statistics on SOQL queries, DML operations, CPU time, Heap usage with progress bars
    
    ✅ Export Reports - Export your analysis in PDF, Markdown, or TXT format for documentation and sharing
    
    ✅ Salesforce Limits Alerts - Monitor your execution limits in real-time with warnings at 70% and 90% thresholds
    
    ✅ Advanced Filtering - Search by log type, errors only, or navigate directly to problematic lines
    
    ✅ Multi-user Management - Easily select logs from different users with active TraceFlag indicators (🟢 active + logs, 🟡 active, 📋 logs only)
    
    ✅ Optimized Performance - Smart caching, background processing, and Web Workers for a smooth experience even with large logs
    
    Benefits for Salesforce Developers:
    
    🚀 Save valuable time debugging your Apex code
    
    🎯 Instantly identify performance issues, errors, and anti-patterns
    
    📊 Easily understand execution flow with the hierarchical call tree
    
    📂 Analyze logs offline — import files without needing a Salesforce connection
    
    ⚡ Optimize your code by visualizing consumed Salesforce limits
    
    🔍 Improve code quality with automatic best-practice detection
    
    📄 Generate professional reports for code reviews
    
    🔧 No more Setup navigation - manage debug logs with a single click
    
    🦊 Modern, intuitive interface that naturally integrates into your Salesforce workflow
    
    FoxLog is the essential tool for any Salesforce developer looking to improve productivity and code quality.
    
    🦊 Support FoxLog
    I put a lot of time and passion into making FoxLog the best tool it can be. If it helps speed up your daily work and makes logs less painful to read, a small tip goes a long way in supporting the project. Thank you so much for using it!
    💧 I don't actually drink coffee, but you can buy me a glass of water: https://ko-fi.com/maxclv
    
    Enjoy!
    @MaxClv
    Display Salesforce debug logs in a user-friendly format with error detection, anti-pattern analysis, log diffing, and debug control.
    
    FoxLog is a powerful Chrome extension that revolutionizes Salesforce debug log analysis. Say goodbye to hard-to-read raw logs: instantly visualize your Apex logs in a modern, intuitive interface directly from Salesforce Lightning.
    
    Key Features:
    
    ✅ Real-time Visualization - Automatic display of your Apex logs with intelligent refresh
    
    ✅ One-Click Debug Activation - Enable/disable debug logs (TraceFlags) directly from the extension without navigating to Setup
    
    ✅ Local Log Import - Analyze raw .txt/.log files offline via drag & drop or file picker, with persistent import history and storage management
    
    ✅ 5 Complementary Views - Summary, Hierarchical Call Tree, Anti-Pattern Analysis, Raw Log, and Side-by-Side Diff for comprehensive analysis
    
    ✅ [NEW] Log Diffing - Compare two logs side by side to identify execution divergences between environments or profiles. Import a file directly from the Diff tab or select from existing imports. Color-coded differences, Prev/Next navigation, and Web Worker powered computation
    
    ✅ 34 Anti-Pattern Detections - Automatically identify SOQL/DML in loops, N+1 queries, trigger recursion, missing LIMIT/WHERE, hardcoded IDs, slow queries, excessive rows, exception swallowing, Flow recursion, nested loops O(n²), and more with severity levels and fix suggestions
    
    ✅ [NEW] Apex Security Analysis (Summer '26 / API v67) - Detect SOQL injection risks (dynamic queries without bind variables), deprecated WITH SECURITY_ENFORCED usage, explicit System Mode bypass, without sharing contexts, and insecure HTTP endpoints — aligned with the new User Mode default
    
    ✅ Automatic Error Detection - Instantly spot exceptions and issues with visual badges and counters
    
    ✅ In-depth Analysis - Detailed statistics on SOQL queries, DML operations, CPU time, Heap usage with progress bars
    
    ✅ Export Reports - Export your analysis in PDF, Markdown, or TXT format for documentation and sharing
    
    ✅ Salesforce Limits Alerts - Monitor your execution limits in real-time with warnings at 70% and 90% thresholds
    
    ✅ Advanced Filtering - Search by log type, errors only, or navigate directly to problematic lines
    
    ✅ Multi-user Management - Easily select logs from different users with active TraceFlag indicators (🟢 active + logs, 🟡 active, 📋 logs only)
    
    ✅ Optimized Performance - Smart caching, background processing, and Web Workers for a smooth experience even with large logs
    
    Benefits for Salesforce Developers:
    
    🚀 Save valuable time debugging your Apex code
    
    🎯 Instantly identify performance issues, errors, and anti-patterns
    
    🔒 Catch security vulnerabilities early — injection risks, FLS bypass, insecure endpoints
    
    📊 Easily understand execution flow with the hierarchical call tree
    
    🔀 Compare logs across environments to pinpoint why it works here but not there
    
    📂 Analyze logs offline — import files without needing a Salesforce connection
    
    ⚡ Optimize your code by visualizing consumed Salesforce limits
    
    🔍 Improve code quality with automatic best-practice detection
    
    📄 Generate professional reports for code reviews
    
    🔧 No more Setup navigation - manage debug logs with a single click
    
    🦊 Modern, intuitive interface that naturally integrates into your Salesforce workflow
    
    FoxLog is the essential tool for any Salesforce developer looking to improve productivity and code quality.
    
    🦊 Support FoxLog
    I put a lot of time and passion into making FoxLog the best tool it can be. If it helps speed up your daily work and makes logs less painful to read, a small tip goes a long way in supporting the project. Thank you so much for using it!
    💧 I don't actually drink coffee, but you can buy me a glass of water: https://ko-fi.com/maxclv
    
    Enjoy!
    @MaxClv
  • Apr 17, 2026
    description
    FoxLog is a powerful Chrome extension that revolutionizes Salesforce debug log analysis. Say goodbye to hard-to-read raw logs: instantly visualize your Apex logs in a modern, intuitive interface directly from Salesforce Lightning.
    
    Key Features:
    
    ✅ Real-time Visualization - Automatic display of your Apex logs with intelligent refresh
    
    ✅ One-Click Debug Activation - Enable/disable debug logs (TraceFlags) directly from the extension without navigating to Setup
    
    ✅ 4 Complementary Views - Summary, Hierarchical Call Tree, Anti-Pattern Analysis, and Raw Log for comprehensive analysis
    
    ✅ 22 Anti-Pattern Detections - Automatically identify SOQL/DML in loops, N+1 queries, trigger recursion, missing LIMIT/WHERE, hardcoded IDs, and more with severity levels and fix suggestions
    
    ✅ Automatic Error Detection - Instantly spot exceptions and issues with visual badges and counters
    
    ✅ In-depth Analysis - Detailed statistics on SOQL queries, DML operations, CPU time, Heap usage with progress bars
    
    ✅ Export Reports - Export your analysis in PDF, Markdown, or TXT format for documentation and sharing
    
    ✅ Salesforce Limits Alerts - Monitor your execution limits in real-time with warnings at 70% and 90% thresholds
    
    ✅ Advanced Filtering - Search by log type, errors only, or navigate directly to problematic lines
    
    ✅ Multi-user Management - Easily select logs from different users with active TraceFlag indicators (🟢 active + logs, 🟡 active, 📋 logs only)
    
    ✅ Optimized Performance - Smart caching, background processing, and Web Workers for a smooth experience even with large logs
    
    Benefits for Salesforce Developers:
    
    🚀 Save valuable time debugging your Apex code
    
    🎯 Instantly identify performance issues, errors, and anti-patterns
    
    📊 Easily understand execution flow with the hierarchical call tree
    
    ⚡ Optimize your code by visualizing consumed Salesforce limits
    
    🔍 Improve code quality with automatic best-practice detection
    
    📄 Generate professional reports for code reviews
    
    🔧 No more Setup navigation - manage debug logs with a single click
    
    🦊 Modern, intuitive interface that naturally integrates into your Salesforce workflow
    
    FoxLog is the essential tool for any Salesforce developer looking to improve productivity and code quality.
    
    🦊 Support FoxLog
    I put a lot of time and passion into making FoxLog the best tool it can be. If it helps speed up your daily work and makes logs less painful to read, a small tip goes a long way in supporting the project. Thank you so much for using it!
    💧 I don't actually drink coffee, but you can buy me a glass of water: https://ko-fi.com/maxclv
    
    Enjoy!
    @MaxClv
    Display Salesforce debug logs in a user-friendly format with error detection, anti-pattern analysis, and debug control.
    
    FoxLog is a powerful Chrome extension that revolutionizes Salesforce debug log analysis. Say goodbye to hard-to-read raw logs: instantly visualize your Apex logs in a modern, intuitive interface directly from Salesforce Lightning.
    
    Key Features:
    
    ✅ Real-time Visualization - Automatic display of your Apex logs with intelligent refresh
    
    ✅ One-Click Debug Activation - Enable/disable debug logs (TraceFlags) directly from the extension without navigating to Setup
    
    ✅ [NEW] Local Log Import - Analyze raw .txt/.log files offline via drag & drop or file picker, with persistent import history and storage management
    
    ✅ 4 Complementary Views - Summary, Hierarchical Call Tree, Anti-Pattern Analysis, and Raw Log for comprehensive analysis
    
    ✅ 30 Anti-Pattern Detections - Automatically identify SOQL/DML in loops, N+1 queries, trigger recursion, missing LIMIT/WHERE, hardcoded IDs, slow queries, excessive rows, exception swallowing, Flow recursion, nested loops O(n²), and more with severity levels and fix suggestions
    
    ✅ Automatic Error Detection - Instantly spot exceptions and issues with visual badges and counters
    
    ✅ In-depth Analysis - Detailed statistics on SOQL queries, DML operations, CPU time, Heap usage with progress bars
    
    ✅ Export Reports - Export your analysis in PDF, Markdown, or TXT format for documentation and sharing
    
    ✅ Salesforce Limits Alerts - Monitor your execution limits in real-time with warnings at 70% and 90% thresholds
    
    ✅ Advanced Filtering - Search by log type, errors only, or navigate directly to problematic lines
    
    ✅ Multi-user Management - Easily select logs from different users with active TraceFlag indicators (🟢 active + logs, 🟡 active, 📋 logs only)
    
    ✅ Optimized Performance - Smart caching, background processing, and Web Workers for a smooth experience even with large logs
    
    Benefits for Salesforce Developers:
    
    🚀 Save valuable time debugging your Apex code
    
    🎯 Instantly identify performance issues, errors, and anti-patterns
    
    📊 Easily understand execution flow with the hierarchical call tree
    
    📂 Analyze logs offline — import files without needing a Salesforce connection
    
    ⚡ Optimize your code by visualizing consumed Salesforce limits
    
    🔍 Improve code quality with automatic best-practice detection
    
    📄 Generate professional reports for code reviews
    
    🔧 No more Setup navigation - manage debug logs with a single click
    
    🦊 Modern, intuitive interface that naturally integrates into your Salesforce workflow
    
    FoxLog is the essential tool for any Salesforce developer looking to improve productivity and code quality.
    
    🦊 Support FoxLog
    I put a lot of time and passion into making FoxLog the best tool it can be. If it helps speed up your daily work and makes logs less painful to read, a small tip goes a long way in supporting the project. Thank you so much for using it!
    💧 I don't actually drink coffee, but you can buy me a glass of water: https://ko-fi.com/maxclv
    
    Enjoy!
    @MaxClv
  • Apr 3, 2026
    description
    FoxLog is a powerful Chrome extension that revolutionizes Salesforce debug log analysis. Say goodbye to hard-to-read raw logs: instantly visualize your Apex logs in a modern, intuitive interface directly from Salesforce Lightning.
    
    Key Features:
    
    ✅ Real-time Visualization - Automatic display of your Apex logs with intelligent refresh
    
    ✅ One-Click Debug Activation - Enable/disable debug logs (TraceFlags) directly from the extension without navigating to Setup
    
    ✅ 4 Complementary Views - Summary, Hierarchical Call Tree, Anti-Pattern Analysis, and Raw Log for comprehensive analysis
    
    ✅ 22 Anti-Pattern Detections - Automatically identify SOQL/DML in loops, N+1 queries, trigger recursion, missing LIMIT/WHERE, hardcoded IDs, and more with severity levels and fix suggestions
    
    ✅ Automatic Error Detection - Instantly spot exceptions and issues with visual badges and counters
    
    ✅ In-depth Analysis - Detailed statistics on SOQL queries, DML operations, CPU time, Heap usage with progress bars
    
    ✅ Export Reports - Export your analysis in PDF, Markdown, or TXT format for documentation and sharing
    
    ✅ Salesforce Limits Alerts - Monitor your execution limits in real-time with warnings at 70% and 90% thresholds
    
    ✅ Advanced Filtering - Search by log type, errors only, or navigate directly to problematic lines
    
    ✅ Multi-user Management - Easily select logs from different users with active TraceFlag indicators (🟢 active + logs, 🟡 active, 📋 logs only)
    
    ✅ Optimized Performance - Smart caching, background processing, and Web Workers for a smooth experience even with large logs
    
    Benefits for Salesforce Developers:
    
    🚀 Save valuable time debugging your Apex code
    
    🎯 Instantly identify performance issues, errors, and anti-patterns
    
    📊 Easily understand execution flow with the hierarchical call tree
    
    ⚡ Optimize your code by visualizing consumed Salesforce limits
    
    🔍 Improve code quality with automatic best-practice detection
    
    📄 Generate professional reports for code reviews
    
    🔧 No more Setup navigation - manage debug logs with a single click
    
    🦊 Modern, intuitive interface that naturally integrates into your Salesforce workflow
    
    FoxLog is the essential tool for any Salesforce developer looking to improve productivity and code quality.
    
    Enjoy!
    @MaxClv
    FoxLog is a powerful Chrome extension that revolutionizes Salesforce debug log analysis. Say goodbye to hard-to-read raw logs: instantly visualize your Apex logs in a modern, intuitive interface directly from Salesforce Lightning.
    
    Key Features:
    
    ✅ Real-time Visualization - Automatic display of your Apex logs with intelligent refresh
    
    ✅ One-Click Debug Activation - Enable/disable debug logs (TraceFlags) directly from the extension without navigating to Setup
    
    ✅ 4 Complementary Views - Summary, Hierarchical Call Tree, Anti-Pattern Analysis, and Raw Log for comprehensive analysis
    
    ✅ 22 Anti-Pattern Detections - Automatically identify SOQL/DML in loops, N+1 queries, trigger recursion, missing LIMIT/WHERE, hardcoded IDs, and more with severity levels and fix suggestions
    
    ✅ Automatic Error Detection - Instantly spot exceptions and issues with visual badges and counters
    
    ✅ In-depth Analysis - Detailed statistics on SOQL queries, DML operations, CPU time, Heap usage with progress bars
    
    ✅ Export Reports - Export your analysis in PDF, Markdown, or TXT format for documentation and sharing
    
    ✅ Salesforce Limits Alerts - Monitor your execution limits in real-time with warnings at 70% and 90% thresholds
    
    ✅ Advanced Filtering - Search by log type, errors only, or navigate directly to problematic lines
    
    ✅ Multi-user Management - Easily select logs from different users with active TraceFlag indicators (🟢 active + logs, 🟡 active, 📋 logs only)
    
    ✅ Optimized Performance - Smart caching, background processing, and Web Workers for a smooth experience even with large logs
    
    Benefits for Salesforce Developers:
    
    🚀 Save valuable time debugging your Apex code
    
    🎯 Instantly identify performance issues, errors, and anti-patterns
    
    📊 Easily understand execution flow with the hierarchical call tree
    
    ⚡ Optimize your code by visualizing consumed Salesforce limits
    
    🔍 Improve code quality with automatic best-practice detection
    
    📄 Generate professional reports for code reviews
    
    🔧 No more Setup navigation - manage debug logs with a single click
    
    🦊 Modern, intuitive interface that naturally integrates into your Salesforce workflow
    
    FoxLog is the essential tool for any Salesforce developer looking to improve productivity and code quality.
    
    🦊 Support FoxLog
    I put a lot of time and passion into making FoxLog the best tool it can be. If it helps speed up your daily work and makes logs less painful to read, a small tip goes a long way in supporting the project. Thank you so much for using it!
    💧 I don't actually drink coffee, but you can buy me a glass of water: https://ko-fi.com/maxclv
    
    Enjoy!
    @MaxClv

Permissions & access

Permissions
cookiesstorage
Host access
https://*.my.salesforce.com/*, https://*.lightning.force.com/*

Screenshots

FoxLog - Salesforce Debug Log Viewer screenshot 1FoxLog - Salesforce Debug Log Viewer screenshot 2FoxLog - Salesforce Debug Log Viewer screenshot 3FoxLog - Salesforce Debug Log Viewer screenshot 4FoxLog - Salesforce Debug Log Viewer screenshot 5

About

Display Salesforce debug logs in a user-friendly format with error detection, anti-pattern analysis, log diffing, and debug control.

FoxLog is a powerful Chrome extension that revolutionizes Salesforce debug log analysis. Say goodbye to hard-to-read raw logs: instantly visualize your Apex logs in a modern, intuitive interface directly from Salesforce Lightning.

Key Features:

✅ Real-time Visualization - Automatic display of your Apex logs with intelligent refresh

✅ One-Click Debug Activation - Enable/disable debug logs (TraceFlags) directly from the extension without navigating to Setup

✅ Local Log Import - Analyze raw .txt/.log files offline via drag & drop or file picker, with persistent import history and storage management

✅ 5 Complementary Views - Summary, Hierarchical Call Tree, Anti-Pattern Analysis, Raw Log, and Side-by-Side Diff for comprehensive analysis

✅ [NEW] Log Diffing - Compare two logs side by side to identify execution divergences between environments or profiles. Import a file directly from the Diff tab or select from existing imports. Color-coded differences, Prev/Next navigation, and Web Worker powered computation

✅ 34 Anti-Pattern Detections - Automatically identify SOQL/DML in loops, N+1 queries, trigger recursion, missing LIMIT/WHERE, hardcoded IDs, slow queries, excessive rows, exception swallowing, Flow recursion, nested loops O(n²), and more with severity levels and fix suggestions

✅ [NEW] Apex Security Analysis (Summer '26 / API v67) - Detect SOQL injection risks (dynamic queries without bind variables), deprecated WITH SECURITY_ENFORCED usage, explicit System Mode bypass, without sharing contexts, and insecure HTTP endpoints — aligned with the new User Mode default

✅ Automatic Error Detection - Instantly spot exceptions and issues with visual badges and counters

✅ In-depth Analysis - Detailed statistics on SOQL queries, DML operations, CPU time, Heap usage with progress bars

✅ Export Reports - Export your analysis in PDF, Markdown, or TXT format for documentation and sharing

✅ Salesforce Limits Alerts - Monitor your execution limits in real-time with warnings at 70% and 90% thresholds

✅ Advanced Filtering - Search by log type, errors only, or navigate directly to problematic lines

✅ Multi-user Management - Easily select logs from different users with active TraceFlag indicators (🟢 active + logs, 🟡 active, 📋 logs only)

✅ Optimized Performance - Smart caching, background processing, and Web Workers for a smooth experience even with large logs

Benefits for Salesforce Developers:

🚀 Save valuable time debugging your Apex code

🎯 Instantly identify performance issues, errors, and anti-patterns

🔒 Catch security vulnerabilities early — injection risks, FLS bypass, insecure endpoints

📊 Easily understand execution flow with the hierarchical call tree

🔀 Compare logs across environments to pinpoint why it works here but not there

📂 Analyze logs offline — import files without needing a Salesforce connection

⚡ Optimize your code by visualizing consumed Salesforce limits

🔍 Improve code quality with automatic best-practice detection

📄 Generate professional reports for code reviews

🔧 No more Setup navigation - manage debug logs with a single click

🦊 Modern, intuitive interface that naturally integrates into your Salesforce workflow

FoxLog is the essential tool for any Salesforce developer looking to improve productivity and code quality.

🦊 Support FoxLog
I put a lot of time and passion into making FoxLog the best tool it can be. If it helps speed up your daily work and makes logs less painful to read, a small tip goes a long way in supporting the project. Thank you so much for using it!
💧 I don't actually drink coffee, but you can buy me a glass of water: https://ko-fi.com/maxclv

Enjoy!
@MaxClv

Technical

Version
1.5.2
Manifest
V3
Size
281KiB
Min Chrome
88
Languages
1
Featured
No

Metadata

ID
ljohmmiegangoogccdmafimhilpfekhh
Developer ID
ua5bd4c0dd6729878c3e3ff4b61f93a6f
Developer Email
[email protected]
Created
Nov 19, 2025
Last Updated (Store)
May 15, 2026
Last Scraped
Jun 11, 2026
Website
Support URL

Similar extensions

Alternatives to FoxLog - Salesforce Debug Log Viewer, ranked by description similarity.

Data sourced from the Chrome Web Store · last verified Jun 11, 2026.