Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 5482 days ago
Is Yet Another Logger Plugin abandoned?
Possibly abandoned (last update 5482 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
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.
Installation
- Unpack the plugin into
/wp-content/plugins/ - Activate the plugin through the ‘Plugins’ menu in WordPress
- Customize plugin behaviour in the settings page
Frequently Asked Questions
Review feed
Changelog
1.0
- Logging API via FirePHP library
- Automatic e-mail signalation
- Automatic logs for database queries, e-mails, post meta, etc.
- IP address whitelist
