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)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of 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://pan.wordpress.org/plugins/samudra-log/#description)
 * [ਸਮੀਖਿਆਵਾਂ](https://pan.wordpress.org/plugins/samudra-log/#reviews)
 * [ਵਿਕਾਸ](https://pan.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’).

## ਸਮੀਖਿਆਵਾਂ

There are no reviews for this plugin.

## ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“Samudra Log” is open source software. The following people have contributed to 
this plugin.

ਯੋਗਦਾਨੀ

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

[“Samudra Log” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।](https://translate.wordpress.org/projects/wp-plugins/samudra-log)

### ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

[Browse the code](https://plugins.trac.wordpress.org/browser/samudra-log/), check
out the [SVN repository](https://plugins.svn.wordpress.org/samudra-log/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/samudra-log/) by
[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.

## ਮੈਟਾ

 *  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://pan.wordpress.org/plugins/tags/debugging/)[logging](https://pan.wordpress.org/plugins/tags/logging/)
 *  [Advanced View](https://pan.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/)

## ਦਾਨ ਦਿਉ

Would you like to support the advancement of this plugin?

 [ ਇਸ ਪਲੱਗਇਨ ਨੂੰ ਦਾਨ ਦਿਉ ](https://paypal.me/wakamin)