Yet Another Logger Plugin

Provides logging and debugging data via e-mail and FirePHP.

Author:LongJohn (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.0.5
Plugin version:1.0
Added to WordPress repository:12-02-2011
Last updated:13-02-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://longjohndesign.blogspot.com/2011/02/ye...
Total downloads:1 288
plugin download
Click to start download

This plugin provides an API to send logging and debugging data via FirePHP or
via e-mail.

It provides 3 logging functions (wp_yalp_info, wp_yalp_warning, wp_yalp_error) for 3 log levels: error, warning, info. You can call these functions in your code (after plugin initialization) to send your data to the logging system. These functions receive 2 parameters: the first one, mandatory, is the object that you want to log (string, array, etc.) and the second optional plugin is a label to identify your log data.

The log data is automatically sent via the FirePHP system if the current user is the administrator or his IP address is enabled to receive it. If configured, the plugin also sends the log data via e-mail to the website administrator.

This plugin also provides some optional automatic logs for database queries, e-mail
and posts meta.


Screenshots
ChangeLog