This plugin will help you to debug and speedup development of wordpress plugins and themes. Besides logging PHP error it can log a bunch of other things to help you make your website better. Features Log PHP errors Choose log level Log fatal errors Log SQL queries Log login attempts Log use of deprecated functions Browser Console integration, view PHP errors in the javascript console window. Log hack attempts like XSS and SQL in...
Speed up development by using this Console log class. Instead of using echo and print_r to show debug information you can now write information to the Javascript console window of your favorite browser. It supports normal variables like strings and integer but also arrays and objects. Supported browser Mozilla Safari Opera Chrome Internet explorer (has no console but shows alerts instead) How to use Here an example of how to write somethi...