Title: Debug Log
Author: Andrew Klimek
Published: <strong>اپریل 5, 2016</strong>
Last modified: مئی 2, 2016

---

پلگ انز تلاش کریں

![](https://ps.w.org/debug-log/assets/banner-772x250.png?rev=1387778)

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

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

# Debug Log

 منجانب [Andrew Klimek](https://profiles.wordpress.org/andrewklimek/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/debug-log.0.3.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/debug-log/#description)
 * [جائزے](https://ur.wordpress.org/plugins/debug-log/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/debug-log/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/debug-log/#developers)

 [معاونت](https://wordpress.org/support/plugin/debug-log/)

## تفصیل

If the log is long, the latest lines are show at the top to avoid scrolling. Line
numbers are shown for reference.

Logs over 5MB do not load until you confirm you are sure, or you can opt to delete
the log and start afresh.

Only admins can view (or anyone you give the capability "manage_options”).

Debug Log only works if it’s enabled in wp-config.php. See https://codex.wordpress.
org/Debugging_in_WordPress#WP_DEBUG_LOG

Recommended configuration:

    ```
    define( 'WP_DEBUG', true );// just toggle this line to false to turn off
    if ( WP_DEBUG ) {
        define( 'WP_DEBUG_LOG', true );
        define( 'WP_DEBUG_DISPLAY', false );
        @ini_set( 'display_errors', 0 );
    }
    ```

## اسکرین شاٹس

[⌊Basic Screenshot⌉⌊Basic Screenshot⌉[

Basic Screenshot

[⌊Warning before loading big files.⌉⌊Warning before loading big files.⌉[

Warning before loading big files.

## انسٹالیشن

 1. Install as you would any plugin.

## عمومی سوالات

  How do I change the number lines in Latest Errors?

add_filter( ‘debug_log_latest_count’, function(){ return 20; } );

  How do I turn Latest Errors off?

Same as above but use 0… or be fancy:
 add_filter( ‘debug_log_latest_count’, ‘__return_false’);

  How do I change or turn off the file size check?

Same deal. The number here is megabytes.

    ```
    add_filter( 'debug_log_too_big', function(){ return 2; } );

    add_filter( 'debug_log_too_big', '__return_false' );
    ```

## جائزے

![](https://secure.gravatar.com/avatar/7d99e648badcfa8017956b40f01bd1457b2febd32d335dcd81952d94e8bfee73?
s=60&d=retro&r=g)

### 󠀁[Light and simple](https://wordpress.org/support/topic/light-and-simple-2/)󠁿

 [bjornwebdesign](https://profiles.wordpress.org/bjornwebdesign/) نومبر 27, 2016

View log and delete it.

 [ تمام 1 جائزے پڑھیں ](https://wordpress.org/support/plugin/debug-log/reviews/)

## شراکت دار اور ڈیویلپرز

“Debug Log” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ لیا:

شراکت دار

 *   [ Andrew Klimek ](https://profiles.wordpress.org/andrewklimek/)

[“Debug Log” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/debug-log)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/debug-log/)، [ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/debug-log/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/debug-log/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/debug-log/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 0.3

 * Float delete button for easier access

#### 0.2

 * Added "Recent Errors” functionality
 * Added snippet to paste in wp-config when debug is off

#### 0.1

 * Initial Release

## میٹا

 *  Version **0.3**
 *  Last updated **10 سال پہلے**
 *  Active installations **100+**
 *  WordPress version ** 2.6.0 یا اس سے جدید **
 *  Tested up to **4.5.33**
 *  Language
 * [English (US)](https://wordpress.org/plugins/debug-log/)
 * Tags
 * [debug](https://ur.wordpress.org/plugins/tags/debug/)[error](https://ur.wordpress.org/plugins/tags/error/)
   [log](https://ur.wordpress.org/plugins/tags/log/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/debug-log/advanced/)

## درجہ بندیاں

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/debug-log/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/debug-log/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/debug-log/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/debug-log/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/debug-log/reviews/?filter=1)

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

[See all reviews](https://wordpress.org/support/plugin/debug-log/reviews/)

## شراکت دار

 *   [ Andrew Klimek ](https://profiles.wordpress.org/andrewklimek/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/debug-log/)

## عطیہ دیں

کیا آپ اس پلگ ان کی ترقی میں معاونت کرنا چاہتے ہیں؟

 [ اس پلگ ان کو عطیہ دیں ](http://ambientsleepingpill.com/)