FoxLog - Salesforce Debug Log Viewer bởi Max Clv
Display Salesforce debug logs in a modern UI with flow graph, anti-pattern analysis, log diffing, and one-click debug control.
Có sẵn trên Firefox dành cho Android™Có sẵn trên Firefox dành cho Android™
Quét mã QR để mở tiện ích mở rộng này trong Firefox dành cho Android
Siêu dữ liệu mở rộng
Ảnh chụp màn hình
Về tiện ích mở rộng này
Display Salesforce debug logs in a modern UI with flow graph, anti-pattern analysis, log diffing, and one-click debug control.
FoxLog is a powerful 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, in light or dark theme, directly from Salesforce Lightning.
Key Features:
✅ Real-time Visualization - Automatic display of your Apex logs with a refresh every 5 seconds
✅ 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 locally via drag & drop or file picker, with persistent import history and storage management
✅ 6 Complementary Views - Summary, Anti-Pattern Analysis, Visual Flow Graph, Hierarchical Call Tree, Raw Log, and Side-by-Side Diff for comprehensive analysis
✅ [NEW] Visual Flow Graph - Explore the whole execution as an interactive graph you can pan and zoom: methods, SOQL, DML, triggers and flows. Search nodes, filter by category, inspect details, and jump straight to the matching line in the raw log
✅ [NEW] Modern Interface with Dark Mode - Redesigned panel and log viewer with light and dark themes that follow your system setting, full keyboard navigation, accessible high-contrast colors, and English/French support
✅ 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
✅ 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 - Color-coded meters for your execution limits, with warnings at 70% and critical alerts at 90% of each limit
✅ 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 (● TraceFlag or logs available, ○ no activity). Your own user is selected by default
✅ Optimized Performance - Smart caching, background processing, Web Workers, and virtualized lists for a smooth experience even with large logs
✅ Privacy First - Everything runs locally in your browser: no data is sent to external servers, and there is no tracking or analytics
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 visual flow graph and the hierarchical call tree
🔀 Compare logs across environments to pinpoint why it works here but not there
📂 Analyze saved logs — import .log/.txt files from another org or a teammate, no API call needed
⚡ 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, accessible interface with light and dark themes that integrates naturally 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
FoxLog is a powerful 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, in light or dark theme, directly from Salesforce Lightning.
Key Features:
✅ Real-time Visualization - Automatic display of your Apex logs with a refresh every 5 seconds
✅ 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 locally via drag & drop or file picker, with persistent import history and storage management
✅ 6 Complementary Views - Summary, Anti-Pattern Analysis, Visual Flow Graph, Hierarchical Call Tree, Raw Log, and Side-by-Side Diff for comprehensive analysis
✅ [NEW] Visual Flow Graph - Explore the whole execution as an interactive graph you can pan and zoom: methods, SOQL, DML, triggers and flows. Search nodes, filter by category, inspect details, and jump straight to the matching line in the raw log
✅ [NEW] Modern Interface with Dark Mode - Redesigned panel and log viewer with light and dark themes that follow your system setting, full keyboard navigation, accessible high-contrast colors, and English/French support
✅ 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
✅ 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 - Color-coded meters for your execution limits, with warnings at 70% and critical alerts at 90% of each limit
✅ 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 (● TraceFlag or logs available, ○ no activity). Your own user is selected by default
✅ Optimized Performance - Smart caching, background processing, Web Workers, and virtualized lists for a smooth experience even with large logs
✅ Privacy First - Everything runs locally in your browser: no data is sent to external servers, and there is no tracking or analytics
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 visual flow graph and the hierarchical call tree
🔀 Compare logs across environments to pinpoint why it works here but not there
📂 Analyze saved logs — import .log/.txt files from another org or a teammate, no API call needed
⚡ 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, accessible interface with light and dark themes that integrates naturally 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
Được xếp hạng 0 (bởi 1 người dùng)
Quyền hạn và dữ liệu
Quyền hạn bắt buộc:
- Truy cập dữ liệu của bạn cho các trang web trong tên miền lightning.force.com
Quyền hạn tùy chọn:
- Truy cập dữ liệu của bạn cho các trang web trong tên miền my.salesforce.com
- Truy cập dữ liệu của bạn cho các trang web trong tên miền lightning.force.com
Thu thập dữ liệu:
- Nhà phát triển cho biết tiện ích mở rộng này không yêu cầu thu thập dữ liệu.
Thêm thông tin
- Liên kết tiện ích
- Phiên bản
- 1.10.0
- Kích cỡ
- 219,15 KB
- Cập nhật gần nhất
- 4 ngày trước (23 Thg 09 2026)
- Thể loại có liên quan
- Giấy phép
- Giấy phép MIT
- Lịch sử các phiên bản
- Thêm vào bộ sưu tập
Nhà phát triển của tiện ích mở rộng này yêu cầu bạn giúp hỗ trợ sự phát triển liên tục của nó bằng cách đóng góp nhỏ.
Bugs & suggestions: https://github.com/MaximeClavel/FoxLog/issues
Contact: FoxLog.Extension@proton.me
Privacy: no data ever leaves your browser. FoxLog only talks to your own Salesforce org (session cookie, Tooling/REST API) to display your debug logs.
A Chrome version of FoxLog is also available, with the same feature set.