
前言介紹
- 這款 WordPress 外掛「LogIQ」是 2025-05-16 上架。
- 目前有 10 個安裝啟用數。
- 上一次更新是 2025-07-06,距離現在已有 234 天。
- 外掛最低要求 WordPress 5.8 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
akmelias |
外掛標籤
debugging | error log | log viewer | developer-tools |
內容簡介
**總結:**
LogIQ 是一款強大的除錯日誌查看工具,讓 WordPress 調試更加輕鬆高效。具備直觀的界面和智能功能,您可以快速識別和解決 WordPress 網站中的問題。
**問題與答案:**
1. LogIQ 的主要特點是什麼?
- 即時日誌監控:從管理儀表板直接查看 WordPress 調試日誌
- 處理複雜數據:美觀格式化和顯示 JSON 和數組等複雜數據類型,提供更好讀取性,並且支持折疊區段以處理嵌套數據結構
2. LogIQ 如何智能解析日志?
- 智能分類為不同級別的日誌(致命、錯誤、警告、提示、已棄用、信息、調試)
- 智能檢測數據類型(JSON、數組、對象)
- 上下文感知格式化不同日誌來源
3. LogIQ 提供了哪些高級過濾功能?
- 可按級別、日期和內容過濾日誌
- 可在特定日誌類型中進行搜索
- 可組合多個過濾器以獲得精確結果
- 可保存和加載過濾器預設值
4. LogIQ 如何與編輯器集成?
- 支持 Visual Studio Code、Sublime Text、PhpStorm 等編輯器
- 點擊日誌條目中的文件路徑可直接在您的代碼編輯器中打開該文件
- 當您點擊文件鏈接時,應用程序將自動在已安裝的編輯器中打開相關行
5. 使用 LogIQ 需要哪些要求?
- WordPress 5.8 或更高版本
- PHP 7.4 或更高版本
- WP_DEBUG 和 WP_DEBUG_LOG 必須在 wp-config.php 中啟用
6. 如何開始使用 LogIQ?
- 安裝和啟用 LogIQ 外掛
- 進入 WordPress 管理儀表板並設置調試日誌
- 在工具 > LogIQ > 設置中啟用 WordPress 調試記錄
- 可在整潔有序的界面中查看您的調試日誌
原文外掛簡介
LogIQ is a powerful debug log viewer that makes WordPress debugging easier and more efficient. With its intuitive interface and smart features, you can quickly identify and resolve issues in your WordPress site.
Key Features
Real-time Log Monitoring: View WordPress debug logs directly from your admin dashboard
Complex Data Handling:
Beautifully formats and displays complex data types like JSON and arrays
Syntax highlighting for better readability
Collapsible sections for nested data structures
Perfect for debugging webhook payloads, API responses, and complex objects
Smart Log Parsing:
Automatically categorizes logs into different levels (Fatal, Error, Warning, Notice, Deprecated, Info, Debug)
Intelligent detection of data types (JSON, Arrays, Objects)
Context-aware formatting for different log sources
Advanced Filtering:
Filter logs by level, date, and content
Search within specific log types
Combine multiple filters for precise results
Save and load filter presets
Clickable File Links: Click on file paths in log entries to open them directly in your code editor
Editor Integration:
Supports Visual Studio Code
Supports Sublime Text
Supports PhpStorm
Falls back to file:// protocol if no supported editor is found
Clean Interface:
Modern, responsive design with color-coded log levels
Dark/Light mode support
Customizable column layout
Quick access toolbar
Pagination: Navigate through large log files with ease
Security: Built with WordPress security best practices
Status Dashboard:
Real-time log file size monitoring
Memory usage statistics
PHP version and configuration
WordPress environment details
Server information
Active plugins and themes
Settings Management:
Configure log retention periods
Set up automatic log rotation
Customize display preferences
Manage user permissions
Configure editor preferences
Set up email notifications
Usage
Getting Started
Access LogIQ
* Install & Activate LogIQ plugin From WordPress org or Download and put the file inside your plugin directory then activate
* Go to WordPress admin dashboard
* Navigate to Tools > LogIQ -> Settings
* Enable WordPress debug logging and Log to debug.log file and save
* You’ll see your debug logs displayed in a clean, organized interface
Using the Log Viewer
Viewing Logs
Logs are displayed in chronological order (newest first)
Each log entry shows:
Timestamp
Log level (color-coded)
Message content
File path and line number (if available)
Filtering Logs
Use the filter buttons at the top to show specific log levels:
Fatal
Error
Warning
Notice
Deprecated
Info
Debug
Click multiple filters to combine them
Use the search box to find specific text in logs
Navigating Logs
Use pagination controls at the bottom to view older logs
Click the refresh button to see new logs
Use the “Jump to Top” button to return to the latest logs
View your own log for Debugging
Use wordpress’s own error_log
For simple log ex: error_log(‘my own log’)
For complex log data ex: error_log(print_r($complexData, true))
Working with File Links
Opening Files in Editor
Click any file path in a log entry
The file will open in your default code editor
The cursor will automatically move to the relevant line
Supported Editors
Visual Studio Code (recommended)
Sublime Text
PhpStorm
System default text editor (fallback)
Editor Detection
LogIQ automatically detects your installed editors
No configuration needed
Works with the first supported editor found
Advanced Features
Complex Data Viewing
JSON data is automatically formatted and syntax-highlighted
Arrays are displayed in collapsible sections
Click to expand/collapse complex data structures
Log Management
Logs are automatically rotated to prevent large file sizes
Old logs are archived for reference
Clear logs option available in settings
Security Features
Only users with appropriate permissions can view logs
Sensitive data is automatically masked
IP addresses and personal information are protected
Tips & Best Practices
For Developers
Use appropriate log levels for different types of messages
Include relevant context in log messages
Use file paths and line numbers for easier debugging
For Administrators
Regularly check logs for errors and warnings
Set up appropriate user permissions
Monitor log file size and rotation
Troubleshooting
If logs aren’t showing up, verify WP_DEBUG settings
If editor links aren’t working, check editor installation
If performance is slow, consider increasing PHP memory limit
Privacy Policy
LogIQ does not collect or store any personal data. All log data is stored locally on your server and is only accessible to users with appropriate permissions.
Additional Information
For support, feature requests, or bug reports, please visit our GitHub repository or contact us through our support portal.
Credits
Developed by AKM Elias
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「LogIQ」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0.0 | 1.0.1 | 1.0.2 | 1.0.3 | trunk |
延伸相關外掛(你可能也想知道)
Error Log Viewer by BestWebSoft 》這款簡單實用的外掛可以協助您在 WordPress 管理後台找到並查看錯誤日誌檔案。從一處存取所有日誌,查看最新活動、按日期選擇日誌或查看完整日誌檔案。接收有...。
Activity Logs, User Activity Tracking, Multisite Activity Log from Logtivity 》當您設置 Logtivity 監控客戶的網站時,您可以放心。我們會跟蹤您維護的網站上發生的所有事情,還會為重要事件發送警報!, Logtivity 是一個統一的平台,可跨...。
Debug 》Debug 可以透過編輯 wp-config.php 檔案,幫助您在 WordPress 網站中找到錯誤。您可以使用 Debug 外掛啟用錯誤報告功能,在 WordPress CMS/網站上啟用任何運...。
Debug Log Viewer 》**總結:**, , Debug Log Viewer 簡化了檢視和管理 WordPress debug.log 檔案的過程。這是開發人員或網站管理員所需的完美工具,他們可以通過追蹤錯誤、警告和...。
Error Log Viewer By WP Guru 》Error Log Viewer By WP Guru – WordPress 中最佳的錯誤日誌檢視外掛, Error Log Viewer By WP Guru 是一個輕量的免費 WordPress 外掛,能夠輕鬆有效地處理錯...。
Code Quality Control Tool 》一個 PHP 的外掛程式或佈景主題執行時可能會產生許多不同層級的錯誤和異常。能夠看到這些錯誤對於嘗試疑難排解不正常模組或主題的網站擁有者來說是非常重要的...。Custom Error Log 》Custom Error Log 可以讓你在你的 WordPress 主題或外掛中使用一個簡單的功能創建自定義錯誤。非常適用於調試冗長和複雜的腳本。, 每個錯誤都可以有自己的錯...。
KolorWeb Log Manager: cleaver debugging management 》KolorWeb Log Manager 可輕鬆且無壓力地進行 WordPress 網站的調試。, 功能, 此外掛的一些功能:, , 管理員工具列小工具, 點擊切換調試模式, 控制 debug.log ...。
Quick debug.log Viewer 》<h2>WordPress Debug.Log 檔案管理外掛</h2>, , <p>這款外掛讓您可以直接從管理區域輕鬆查看和管理 WordPress 的 debug.log 檔案,無需通...。0 Day Analytics 》總結:Advanced Analytics 是針對擁有大量錯誤日誌的 WordPress 網站設計的強大外掛。它讓管理員能夠有效地閱讀並分析大量的錯誤日誌、直接從 WordPress 控制...。
Error Logs Emailer for WooCommerce 》總結:Error Logs Emailer for WooCommerce 是一款免費外掛,可以發送 WooCommerce 儲存的致命錯誤記錄。, , 1. 這個外掛的主要功能是什麼?, - 這個外掛主要...。WP Security Log 》這個外掛可以記錄安全漏洞攻擊並顯示給管理員進行審查。目前,會被記錄的安全漏洞攻擊類型有兩種:所有錯誤的 404 請求(包括尋找易受攻擊的 PHP 库文件如 "t...。
LH Javascript Error log 》如果您的訪客瀏覽器報告了 JavaScript 錯誤,追蹤它們可能會很棘手。這是因為不同瀏覽器、版本和訪客行為的多樣性。, 這款 WordPress 外掛是解決方案。啟用它...。dbug 》dbug()、dlog() 和 ddbug(), dbug 基礎, 除錯, 最多可使用三個參數呼叫:, <?php, // 輸出變數, dbug( $var );, // 輸出帶有標題...。
Developer Debug Mode 》總結:使用 Developer Debug Mode 外掛,你可以直接從 WordPress 儀表板切換所有 WordPress 偵錯常數,無需每次都編輯 wp-config.php。變更會自動保存,無需...。
