Allows users with admin access to view and purge the debug.log
file kept inside the wp_content
folder. The WP_DEBUG_LOG
constant must be set to true
.
- allows for loading the debug file in a new browser window
- allows for purging the debug file
- fancier formatting for log file
- collapse / expand stack traces
Pull requests are very much welcome and encouraged.
- Simplify reasoning a bit. Props @jtsternberg
- Changed method for pulling and display log file to check for memory overload. Props @rarst
- Initial release!