Title: Samudra Log
Author: wakamin
Published: <strong>جولائی 21, 2020</strong>
Last modified: جون 5, 2021

---

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

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

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

![](https://ps.w.org/samudra-log/assets/icon-256x256.png?rev=2343854)

# Samudra Log

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

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

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

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

## تفصیل

Write log for debugging WordPress site.

### How to Use?

Use this function to write log.

    ```
    // Variable value can be string, array, or object
    $variable = 'Variable value';

    // Log file will be in /wp-content/plugins/samudra-log/log/sd_log.log
    sd_log($variable);

    // Log file will be in /wp-content/plugins/samudra-log/log/my-file.log
    sd_log($variable, 'my-file');
    ```

### Restrict direct access to log file

If you are using Nginx, put this code inside your server block.

    ```
    location ~ /wp-content/plugins/samudra-log/log/.*\.log$ {
        deny all;
        return 404;
    }
    ```

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

[⌊Plugin settings page.⌉⌊Plugin settings page.⌉[

Plugin settings page.

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

### Why not just use WP_DEBUG_LOG?

WP_DEBUG_LOG write file into wp-content/debug.log. In this file it also contain 
any error logs. This plugin make it easy to see specific logging that we want. And
adding custom logging file also easy with sd_log($var, ‘file-name’).

## جائزے

There are no reviews for this plugin.

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

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

شراکت دار

 *   [ wakamin ](https://profiles.wordpress.org/wakamin/)

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

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

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

## چینج لاگ

#### 1.0.2

 * Support WordPress 5.7.2.

#### 1.0.1

 * Support WordPress 5.5.1.

#### 1.0.0

 * Initial release.

## میٹا

 *  Version **1.0.2**
 *  Last updated **5 سال پہلے**
 *  Active installations **10 سے کم**
 *  WordPress version ** 4.7 یا اس سے جدید **
 *  Tested up to **5.7.15**
 *  PHP version ** 7.0 یا اس سے جدید **
 *  Language
 * [English (US)](https://wordpress.org/plugins/samudra-log/)
 * Tags
 * [debugging](https://ur.wordpress.org/plugins/tags/debugging/)[logging](https://ur.wordpress.org/plugins/tags/logging/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/samudra-log/advanced/)

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

No reviews have been submitted yet.

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

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

## شراکت دار

 *   [ wakamin ](https://profiles.wordpress.org/wakamin/)

## معاونت

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

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

## عطیہ دیں

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

 [ اس پلگ ان کو عطیہ دیں ](https://paypal.me/wakamin)