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)

हे प्लगइन **WordPress च्या शेवटच्या 3 महत्त्वाच्या प्रमुख पुनर्वितरणांच्या साथी 
चाचणी झालेले नाही**. हे येथे वापरल्यास सामर्थ्य देणार नाही किंवा त्या आधारित असु
शकते आणि WordPress च्या अधिक अद्ययावत आवृत्तींसह वापरताना संगतता समस्यांची शक्यता
आहे.

![](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://mr.wordpress.org/plugins/samudra-log/#description)
 * [पुनरावलोकने](https://mr.wordpress.org/plugins/samudra-log/#reviews)
 * [डेव्हलोपमेंट](https://mr.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.

## नेहमी विचारले जाणारे प्रश्न

### 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’).

## समीक्षा

ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.

## योगदानकर्ते आणि विकसक

“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/), [SVN संग्रहालय](https://plugins.svn.wordpress.org/samudra-log/)
तपासा, किंवा [विकास लॉग](https://plugins.trac.wordpress.org/log/samudra-log/) च्या
[RSS](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.

## मेटा

 *  आवृत्ती **1.0.2**
 *  शेवटचा अद्यतन **5 वर्षे पूर्वी**
 *  सक्रिय स्थापना **10 पेक्षा कमी**
 *  वर्डप्रेस आवृत्ती ** 4.7 किंवा मोठा **
 *  परीक्षित केले आहे **5.7.15**
 *  PHP आवृत्ती ** 7.0 किंवा मोठा **
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/samudra-log/)
 * टॅग्ज:
 * [debugging](https://mr.wordpress.org/plugins/tags/debugging/)[logging](https://mr.wordpress.org/plugins/tags/logging/)
 *  [प्रगत दृश्य](https://mr.wordpress.org/plugins/samudra-log/advanced/)

## मूल्यांकन

अजून कोणतीही पुनरावलोकने सबमिट केलेली नाहीत.

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

[सर्व पुनरावलोकने पहा](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)