开发者 | maxwellberkel |
---|---|
更新时间 | 2017年6月15日 11:44 |
PHP版本: | 3.9 及以上 |
WordPress版本: | 4.8 |
版权: | GPLv3 or later |
版权网址: | 版权信息 |
Once activated, you can access the plugin one of 3 ways:
This feature allows you to enable/disable debugging with a click. No more manually updating WP_DEBUG in wp-config.php.
Enabling this feature is easy and takes less than a minute.
Errors are grouped by error types. These error types are listed at the top of the viewer and color coded. You can click on any of these error to filter results by those errors. You can click on multiple errors to limit results to only those errors. Click a second time to deselect that error type. This feature works great with custom errors.
In settings, you can define custom errors. Each custom error has a key, label, and color. The key is used in your error message to the logviewer can identify your custom errors. The label and color are used to easily identify the error in the viewer.
When you write an error to the log, you have to start the error message with a # and the custom error key followed by a :. Example: If you defined a custom error with a key: my-custom-error In your code: error_log('#my-custom-error: The error message goes here');
No. The log viewer will automatically refresh and display new entries every 15 seconds by default. This feature is implemented using AJAX to avoid reloading the entire page.
In Group View similar error entries are grouped together making it much easier to see unique errors and when they happened.
The count shown in the admin bar represent the number of unique errors in the log. So if there are 10 entries for the same error, it will only count as 1.
By default the sidebar will be folded when the log viewer is active. This increases the viewing. To disable, or toggle this behavior, click on settings then "Fold sidebar ..."
When using the realtime search, the search query must be atleast 3 characters or more in length.
Report bugs and suggest ideas at: https://wordpress.org/support/plugin/wp-log-viewer
All notable changes will be tracked in this change log.
Release date: 2017-06-14
Release date: 2017-06-14
Release date: 2016-12-22
Release date: 2016-08-17
Release date: 2016-07-29
Release date: 2016-05-11
Release date: 2016-04-13
Release date: 2016-01-29
Release date: 2016-01-28
Release date: 2016-01-04
Release date: 2015-12-30
Release date: 2015-10-16
Release date: 2015-08-28
Release date: 2015-08-26
Release date: 2015-08-24
Release date: 2015-08-20
Release date: 2015-08-14
Release date: 2015-08-14
Release date: 2015-06-22
Release date: 2015-06-01