
內容簡介
一個 PHP 的外掛程式或佈景主題執行時可能會產生許多不同層級的錯誤和異常。能夠看到這些錯誤對於嘗試疑難排解不正常模組或主題的網站擁有者來說是非常重要的。如果您正在使用 WordPress CMS 或外掛程式遇到問題,需要記錄並顯示所有錯誤和警告,我們的外掛程式是您的最佳解決方案。
在生產過程中,錯誤訊息不應該顯示給最終使用者看,但這些資訊仍必須記錄以進行追蹤。在生產網路應用程式中記錄這些錯誤訊息的最佳方式是將其存儲在日誌文件中。這正是我們的外掛程式所做的。它將所有 PHP 錯誤儲存到日誌文件中,因此您將能夠看到問題的原因。
以下是一些主要功能:
* 您可以記錄分離的外掛程式和佈景主題的所有錯誤。無需記錄所有錯誤,只需將您關心的外掛程式置於控制之下。
* 顯示日期、問題所在的偵測檔案和 URL、帶有問題的程式碼行、錯誤類型和問題描述。
* 记录和监视 PHP 错误只针对您的 IP 地址。所以其他人看不到這些錯誤。
* 按 PHP 錯誤類型篩選
* 按文件或文件夾或外掛程式文件夾或佈景主題文件夾篩選
* 记录唯一错误以减少分析時間。
* 在 WordPress 管理區域中查看最後的錯誤。
* 下载日誌文件
* 深度調試模式不會減慢網站的速度。
追蹤所有 PHP 錯誤類型:
E_ERROR、E_WARNING、E_PARSE、E_NOTICE、E_CORE_ERROR、E_CORE_WARNING、E_COMPILE_ERROR、E_COMPILE_WARNING、E_USER_ERROR、E_USER_WARNING、E_USER_NOTICE、E_STRICT、E_RECOVERABLE_ERROR、E_DEPRECATED、E_USER_DEPRECATED
外掛標籤
開發者團隊
原文外掛簡介
A PHP plugin or theme might produce many different levels of earning and errors during its execution. Being able to see these errors is essential for website owners trying to troubleshoot a misbehaving module or theme. If you are having problems with your WordPress CMS or plugins and need to log and display all the errors and warnings, our plugin is the best solution for you.
During production, error messages must not be shown to the end users, but this information must still be recorded for tracing purposes. The best way to record these error messages on a production web application is to store it in log files. This is exactly what our plugin does. It stores all PHP errors to log file so you would be able to see what caused the problem.
Here are some main features:
* You can log all errors for separate plugins and themes. No need to log all the eroors, just get the plugins you care about under control.
* Shows date, detected file and URL with the issue, line of code with the issue and type of error and issue description.
* Log and monitor PHP errors just for your IP address. So noone else could see the errors.
* Filtering by PHP error type
* Filtering by file or folder or plugin folder or theme folder
* Log unique errors to minimize analyze time.
* See the last errors in WordPress admin section
* Log file download
* Deep debug more will not slow down the website
Trace all PHP error types:
E_ERROR, E_WARNING, E_PARSE, E_NOTICE, E_CORE_ERROR, E_CORE_WARNING, E_COMPILE_ERROR, E_COMPILE_WARNING, E_USER_ERROR, E_USER_WARNING, E_USER_NOTICE, E_STRICT, E_RECOVERABLE_ERROR, E_DEPRECATED, E_USER_DEPRECATED
