Cette extension n’a pas été testée avec les3 dernières versions majeures de WordPress. Elle pourrait ne plus être maintenue ou supportée et peut présenter des erreurs de compatibilité quand elle est utilisée avec des versions récentes de WordPress.

Consolari Debug Logger

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.

FAQ

None so far:)

Avis

Il n’y a aucun avis sur cette extension.

Contributeurs & développeurs

« Consolari Debug Logger » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

Traduisez « Consolari Debug Logger » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Historique des changements

1.01

  • Initial release of Consolari Logger