Debug Log List
开发者 |
jayhybrid
|
更新时间 |
2020年1月21日 18:21 |
PHP版本: |
5.2.4 及以上 |
WordPress版本: |
5.3 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
This plugin creates a new Menu Item "Log" in the admin area and extracts all errors in your debug log for you to view grouped. When you have finished fixing an error, simply remove the item and it will be deleted from your debug.log.
Also logs 404 HTTP errors when the referer is known.
This plugin does not create any additional Database tables.
安装:
- Upload
plugin-name.php
to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Place
<?php do_action('plugin_name_hook'); ?>
in your templates
更新日志:
0.3.3.3
- Disable logging of not found cache files
0.3.2.3
- Fixed Remove button deleting entire log
0.3.2.2
- Logs HTTP 404 errors when there is a known referer
0.2.2.2
0.2.2.1
- Slightly improved css for Table
- Shorter paths are displayed for Folder column
- Fixed cron to update log count
0.2.1.1
- Rewrote code for better understanding
- Further updated RegEx for better Log extraction
- Table is no longer a css grid
- added Plugin, Folder, File, Line columns
0.1.1.1
- Updated RegEx for better Log extraction
0.1.0.1
0.1.0.0