>
Download This Plugin | |
Download Elegant Themes | |
Name | Yet Another Logger Plugin |
Version | 1.0 |
Author | LongJohn |
Rating | 0 |
Last updated | 2011-02-12 07:39:00 |
Downloads |
540
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Yet Another Logger Plugin plugin added 4 bytes of resources to the Home page and 7 bytes of resources to the sample Post page.
Yet Another Logger Plugin plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Yet Another Logger Plugin plugin ads no tables to your Wordpress blog database.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.