Yet Another Logger Plugin

0

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

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

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.