=== Debug Log List === Contributors: jayhybrid Tags: Debug, Log, Error, Warning, Notice, Group, List, 404 Requires at least: 3.6 Tested up to: 5.3 Requires PHP: 5.2.4 Stable tag: 0.3.3.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Extracts errors from your debug.log and groups them into individual items. == Description == 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. == Installation == 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Place `<?php do_action('plugin_name_hook'); ?>` in your templates == Frequently Asked Questions == None == Screenshots == == Changelog == = 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 = * Minor fixes = 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 = * Bugfixes = 0.1.0.0 = * Initial release == Upgrade Notice == None