WP Logger

描述

Logger vars and event for debug site and apps.

  1. Insert the hook do_action( ‘logger’, $data ); in your code
  2. Go to Tools > Logger

Available additional hooks:

  • wp_logger_button_panel
  • wp_logger_inline_css
  • wp_logger_inline_js
  • wp_data_logger_print_data

Available constants:

  • WPDL_DISPLAY_LIMIT

GitHub

屏幕截图

  • Logger page

安装

  1. Upload plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the \’Plugins\’ menu in WordPress
  3. Insert the hook do_action( \’logger\’, $data ); in your code
  4. Go to Tools > Logger

评价

2018 年 9 月 4 日
Thx for this plugin, the logging very important for us, and we happy to use your plugin with our team.
阅读所有2条评价

贡献者及开发者

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

贡献者

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

对开发感兴趣吗?

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

更新日志

2.2.1

  • Nonce verification for ajax queries.
  • PayPal link updated.
  • Plugin tags updated.

2.2

  • Clear log vulnerability fixed.

2.1

  • The output of the data got escaped.

2.0.2

  • Suppress DB errors while the data insert

2.0.1

  • bug fixed

2.0

  • Logged data was moved to custom table in DB
  • WPDL_DISPLAY_LIMIT
  • Hidding/showing rows

1.4

  • Added types of data

1.2

  • Init commit