=== Log Viewer === Tags: debug, log, advanced, admin Tested up to: 3.5 ( beta1 ) Requires at least: 3.4 Stable Tag: 2012.09.30 Contributors: License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CDNHTJWQEP5S2 This plugin provides an easy way to view log files directly in the admin panel. == Description == This plugin provides an easy way to view debug.log file directly in admin panel of your wordpress. Also you can perform simple actions like empty the file or deleting it. The plugin is recommended to use only in development. To activate Wordpress logging to file you have to set `define( 'WP_DEBUG_LOG', true );` in your wp-config.php file. == ToDo == - integrating more files/own files; Currently only debug.log file is viewable - catching some not set requirements - adding in-code documentation == Changelog == = 2012.09.30 = * initial Wordpress.org Plugins commit * restructured for svn and wp-plugins hosting * solved problems with wp-plugins site = 2012.09.29 = * submit for Wordpress.org approvement == Installation == 1. Upload to your plugins folder, usually found at 'wp-content/plugins/' 2. Activate the plugin on the plugins screen 3. Navigate to Tools ... Log Viewer to show and view log files 4. You may want to activate WP logging setting WP_DEBUG_LOG to TRUE in your wp-config.php file == Frequently Asked Questions == = None yet. == Upgrade Notice == = None yet. == Screenshots == 1. Screenshot shows the file view screen