Title: Samudra Log
Author: wakamin
Published: <strong>21.07.2020</strong>
Last modified: 05.06.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://ka.wordpress.org/plugins/samudra-log/#description)
 * [მიმოხილვა](https://ka.wordpress.org/plugins/samudra-log/#reviews)
 * [დეველოპმენტი](https://ka.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” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს 
მის განვითარებაში.

მონაწილეები

 *   [ 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.

## მეტა

 *  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://ka.wordpress.org/plugins/tags/debugging/)[logging](https://ka.wordpress.org/plugins/tags/logging/)
 *  [დამატებითი ხედი](https://ka.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)