Consolari Debug Logger

0

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

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

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.