[wordpress插件] aaLogWPaaLogWP

wordpress 插件 文章 2020-01-23 17:20 584 0 全屏看文

AI助手支持GPT4.0

评分

100

100

描述

Allows developers to log variables, see the call stack, benchmark code;

允许开发人员记录变量,请参阅调用堆栈,基准代码;

all to a logfile, so your page doesn’t get polluted with log messages.

全部记录到日志文件中,因此您的页面不会被日志消息污染。

Each log message records the date and time, IP address, requested page, and file and line the log message came from, as well as the information to be logged.

每条日志消息都会记录日期和时间,IP地址,请求的页面,日志消息的来源和行以及要记录的信息。

The plugin has an options page which allows you to randomize the cookie and logfile, for security purposes;

该插件具有一个选项页面,出于安全目的,该页面可让您随机化cookie和日志文件;

as well as turning logging on and off for a given user.

以及为给定用户打开和关闭登录。

(Via cookie.)

(通过Cookie。)

Documentation for the aaLog class can be found at the NotoriousWebmaster blog.

nofollow“> NotoriousWebmaster博客。

Documentation for the aaLogWP plugin, which includes the aaLog class, can also be found at NotoriousWebmaster blog

包含aaLog类的aaLogWP插件的文档也可以在 NotoriousWebmaster博客

a>, though on a different page.

a>,尽管在​​其他页面上。

安装步骤

    1. Upload the aalogwp directory to the /wp-content/plugins/ directory;
    2. aalogwp 目录上传到 / wp-content / plugins / 目录;

    3. Create folder ‘wp-content/uploads/aalogwp/’;
    4. 创建文件夹“ wp-content / uploads / aalogwp /”;

    5. Change the permissions to the new directory with sudo chmod 0757 wp-content/uploads/aalogwp/;
    6. 使用 sudo chmod 0757 wp-content / uploads / aalogwp / ; 将权限更改为新目录

    7. Activate the plugin through the ‘Plugins’ menu in WordPress;
    8. 通过WordPress中的“插件”菜单激活插件;

    9. Turn on logging in the Settings |

    10. 打开“设置|

      aaLog Options page;

    11. aaLog选项页面;

    12. You may now use the $oLog object in your code to log your variables and so forth.
    13. 您现在可以在代码中使用 $ oLog 对象记录变量等。

下载地址

https://downloads.wordpress.org/plugin/aalogwp.zip

https://downloads.wordpress.org/plugin/aalogwp.zip

-EOF-

AI助手支持GPT4.0