[wordpress插件] Consolari Debug LoggerConsolari调试记录器

wordpress 插件 文章 2020-03-30 17:30 458 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Log system or custom data and view it in Consolari to archive better formatting of data and overview.

记录系统或自定义数据并在Consolari中查看,以归档更好的数据格式和概览。

Data sent to Consolari is YOUR private data and is stored securely and is not used or read by anyone but yourself.

发送到Consolari的数据是您的私人数据,已安全存储,除了您自己之外,任何人都不会使用或读取。

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.

免费帐户类型保留12个小时的历史记录,此后将删除较早的数据。

Data is only registered when user is logged into WordPress.

仅当用户登录WordPress时才注册数据。

It logs both admin and frontend data.

它同时记录管理员和前端数据。

Supports pretty formatting of:

支持以下格式:

    • XML
    • XML

    • SQL with result set
    • 带有结果集的SQL

    • JSON
    • JSON

    • Arrays
    • 数组

    • HTTP requests with response and requests headers and body
    • 带有响应的HTTP请求以及请求标头和正文

    A Consolari account (free) is required so register one on Consolari website

    需要一个Consolari帐户(免费),因此请在 Consolari网站 上注册一个。

    You can read more about the plugin and the documentation in Consolari Docs where you

    您可以在 Consolari Docs 中了解有关该插件和文档的更多信息。

    can read how custom data is logged.

    可以读取自定义数据的记录方式。

    In short the syntax is ConsolariHelper::log(‘group’, $_SERVER, ‘Server data’, ‘array’);

    简而言之,语法为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.

    其中group是组名,_SERVER是数据,Server数据是标签,而array是数据类型。

    Instead of array: string, xml, table and json is also supported.

    除了数组以外,还支持字符串,xml,表和json。

安装步骤

Use automatic installer or download plugin and place it into the plugins folder of your installation.

使用自动安装程序或下载插件,并将其放入安装的plugins文件夹中。

Requires PHP 5.3+

需要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

它将在wp-content / db.php中将符号链接放在 wp-content / plugins / consolari-logger / wp-content / db.php中,以支持SQL查询及其相应的数据

.

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.

如果其他插件已经有这样的文件,它将无法记录该数据,您需要手动建立该链接,或者删除有冲突的插件或有冲突的符号链接。

下载地址
https://downloads.wordpress.org/plugin/consolari-debug-logger.1.01.zip
-EOF-

AI助手支持GPT4.0