Consolari Debug Logger
Get a deeper insight of your Wordpress installation and view detailed information of your SQL queries
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3984 days ago
Is Consolari Debug Logger abandoned?
Possibly abandoned (last update 3984 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Log system or custom data and view it in Consolari to archive better formatting of data and overview.
Data sent to Consolari is YOUR private data and is stored securely and is not used or read by anyone but yourself. Please consider this before installing the plugin and once installed you have accepted those terms of conditions.
The free account type keeps 12 hours of history and hereafter deletes older data.
Data is only registered when user is logged into WordPress. It logs both admin and frontend data.
Supports pretty formatting of:
- XML
- SQL with result set
- JSON
- Arrays
- HTTP requests with response and requests headers and body
A Consolari account (free) is required so register one on Consolari website
You can read more about the plugin and the documentation in Consolari Docs where you can read how custom data is logged.
In short the syntax is ConsolariHelper::log(‘group’, $_SERVER, ‘Server data’, ‘array’); where group is the group name, _SERVER is the data, Server data is the label and array is the data type. Instead of array: string, xml, table and json is also supported.
Installation
Use automatic installer or download plugin and place it into the plugins folder of your installation.
Requires PHP 5.3+
It will place a symlink in wp-content/db.php to wp-content/plugins/consolari-logger/wp-content/db.php for support of SQL queries and its corresponding data. If other plugins has already such file it will not be able to log that data and you need to either make that link manually or remove conflicting plugins or conflicting symlink.
Frequently Asked Questions
None so far:)
Review feed
Screenshots
Changelog
1.01
- Initial release of Consolari Logger