Title: WP Debug Logger
Author: Donncha O Caoimh (a11n)
Published: <strong>26 ກໍລະກົດ 2011</strong>
Last modified: 9 ທັນວາ 2016

---

ຄົ້ນຫາປລັກອິນ

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ**. ມັນອາດຈະ
ບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອ
ໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

![](https://s.w.org/plugins/geopattern-icon/wp-debug-logger.svg)

# WP Debug Logger

 ໂດຍ [Donncha O Caoimh (a11n)](https://profiles.wordpress.org/donncha/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/wp-debug-logger.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/wp-debug-logger/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/wp-debug-logger/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/wp-debug-logger/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/wp-debug-logger/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/wp-debug-logger/)

## ຄຳອະທິບາຍ

This plugin logs the activity of supported plugins to a file, making it easier to
figure out why there’s a problem.

If you have been asked to install this plugin because of a support issue then installing
this plugin is just like installing any other plugin. Once installed, go to Settings-
>WP Logger and enable logging. If you have a number of supported plugins enable 
the one you are interested in.

Developers who want to use this plugin to add logging to their own plugin should
see the Developers section of this documentation.

Mark Jaquith’s [Monitor Pages](https://wordpress.org/extend/plugins/monitor-pages/)
plugin was used as a template for this plugin. Thanks Mark!

#### Developers

Other plugins can use this plugin to record important events which are then dumped
to a log file. Plugins must add the event to a global array in the following way:

    ```
    $GLOBALS[ 'wp_log' ][ 'name_of_plugin' ][] = 'Some important event';
    ```

Plugins must also add themselves to a list of enabled plugins. This will make it
easier for blog owners to filter out which plugin they want to debug on the settings
page. Add and edit the following code so it is executed when the plugin is loaded.

    ```
    $GLOBALS[ 'wp_log_plugins' ][] = 'name_of_plugin';
    ```

A hypothetical example might be a plugin (let’s call it “Big A”) that uses the output
buffer to change the letter “a” to “A”. The events recorded by this might include
the following:

    ```
    $GLOBALS[ 'wp_log' ][ 'big_a' ][] = 'Created output buffer';
    $GLOBALS[ 'wp_log' ][ 'big_a' ][] = 'Output buffer callback';
    $GLOBALS[ 'wp_log' ][ 'big_a' ][] = 'Replaced a with A in page';
    ```

This plugin takes the “wp_log” array and dumps it to a file in the upload directory
of the blog it’s activated on. The file is linked from the plugin settings page 
and can be deleted on that page too. The file is a simple text file and is not protected
in any way so be careful if auth cookies are logged by a plugin.

A “log” function isn’t included but if you want to add one to your plugin check 
the constant WP_DEBUG_LOG is defined before adding to the log array. If your plugin
doesn’t use a class make sure that you call the log function a unique name so it
doesn’t conflict with other plugins.

    ```
    function log( $message ) {
        if ( defined( 'WP_DEBUG_LOG' ) )
            $GLOBALS[ 'wp_log' ][ 'name_of_plugin' ][] = $message;
    }
    ```

## ການຕິດຕັ້ງ

 1. Upload the `wp-debug-logger` folder to your `/wp-content/plugins/` directory
 2. Activate the “WP Debug Logger” plugin in your WordPress administration interface
 3. Go to Settings → WP Debug Logger as an Administrator to get started

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“WP Debug Logger” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນ
ການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ Donncha O Caoimh (a11n) ](https://profiles.wordpress.org/donncha/)
 *   [ Automattic ](https://profiles.wordpress.org/automattic/)

[ແປ “WP Debug Logger” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/wp-debug-logger)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/wp-debug-logger/), ກວດເບິ່ງ
[ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/wp-debug-logger/), ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/wp-debug-logger/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/wp-debug-logger/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 0.1

Initial Release

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **0.1**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **10 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **10+**
 *  ເວີຊັນ WordPress ** 2.9.2 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **4.7.33**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/wp-debug-logger/)
 * ແທັກ
 * [debug](https://lo.wordpress.org/plugins/tags/debug/)[development](https://lo.wordpress.org/plugins/tags/development/)
   [log](https://lo.wordpress.org/plugins/tags/log/)[php](https://lo.wordpress.org/plugins/tags/php/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/wp-debug-logger/advanced/)

## ການໃຫ້ຄະແນນ

ຍັງບໍ່ມີການສົ່ງຄຳວິຈານເທື່ອ.

[Your review](https://wordpress.org/support/plugin/wp-debug-logger/reviews/#new-post)

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/wp-debug-logger/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ Donncha O Caoimh (a11n) ](https://profiles.wordpress.org/donncha/)
 *   [ Automattic ](https://profiles.wordpress.org/automattic/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/wp-debug-logger/)