內容簡介
這個外掛讓開發人員能夠除錯 PHP 錯誤。
開發人員功能
當 PHP 錯誤被觸發時,你可以獲得呼叫堆疊跟踪。
這特別有幫助,可以尋找由 WordPress 棄用代碼和doing_it_wrong觸發的錯誤。
這些錯誤報告在 WordPress 核心中而不是實際發生錯誤的位置。
你可以從設置頁面設置錯誤級別,默認是捕捉 Notice 和 Deprecation 錯誤。
額外功能
Simple Error Handler 沒有支援額外的功能。這個程式碼簡單、小巧、有良好的文檔,
因此你可以把它用作自己的錯誤報告或日誌記錄外掛的起點。
外掛標籤
開發者團隊
原文外掛簡介
This plugin allows developers to debug PHP errors.
Features for Developers
You can get call stack trace when PHP errors are triggered.
This is particularly helpful in finding errors that are triggered by the WordPress deprecation and
doing_it_wrong code. These errors are reported in the WordPress core instead of at the location
where the incorrect usage actually occurs.
You can set the error level from the Settings page, the default is trap Notice and Deprecation errors
Additional Features
There are no additional features supported by Simple Error Handler. The code is simple, small and well documented,
so you can use it as a starting point for your own error reporting or logging plugin.
