Title: Samudra Log
Author: wakamin
Published: <strong>تەممووز 21, 2020</strong>
Last modified: حوزه‌یران 5, 2021

---

گەڕان لە پێوەکراوەکان

![](https://ps.w.org/samudra-log/assets/banner-772x250-rtl.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://ku.wordpress.org/plugins/samudra-log/#description)
 * [پێداچوونەوەکان](https://ku.wordpress.org/plugins/samudra-log/#reviews)
 * [گەشەپێدان](https://ku.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://ku.wordpress.org/plugins/tags/debugging/)[logging](https://ku.wordpress.org/plugins/tags/logging/)
 *  [بینینی پێشکەوتوو](https://ku.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)