该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

LS WP Logger

描述

This plugin stores logs for your application with different types: error and info

How to use

In any php file you can use methods:

Ls\Wp\Log::info("My Title", [any object]);
Ls\Wp\Log::error("My Title", [any object]);

or add namespace

use Ls\Wp\Log as Log;

Log::info("My Title", [any object]);
Log::error("My Title", [any object]);

安装

Upload the LS WP Logger plugin to your blog and activate it.

评价

此插件暂无评价。

贡献者及开发者

「LS WP Logger」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「LS WP Logger」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

2.0.0

  • Add namespace usage.
    Add pritty view for array and object values

1.0.0

  • Release Date – 15 December 2020