Title: LS WP Logger
Author: lightningsoft
Published: <strong>December 14, 2020</strong>
Last modified: August 31, 2021

---

Search plugins

![](https://ps.w.org/ls-wp-logger/assets/banner-772x250.png?rev=2438794)

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/ls-wp-logger/assets/icon-256x256.png?rev=2438794)

# LS WP Logger

 By [lightningsoft](https://profiles.wordpress.org/lightningsoft/)

[Download](https://downloads.wordpress.org/plugin/ls-wp-logger.zip)

 * [Details](https://twd.wordpress.org/plugins/ls-wp-logger/#description)
 * [Reviews](https://twd.wordpress.org/plugins/ls-wp-logger/#reviews)
 *  [Installation](https://twd.wordpress.org/plugins/ls-wp-logger/#installation)
 * [Development](https://twd.wordpress.org/plugins/ls-wp-logger/#developers)

 [Support](https://wordpress.org/support/plugin/ls-wp-logger/)

## Description

This plugin stores logs for your application with different types: _error_ and _info_

### How to use

In any php file you can use methods:

    ```
    Ls\Wp\Log::info("My Title", [any object]);
    Ls\Wp\Log::error("My Title", [any object]);
    ```

or add namespace

    ```
    use Ls\Wp\Log as Log;

    Log::info("My Title", [any object]);
    Log::error("My Title", [any object]);
    ```

## Installation

Upload the LS WP Logger plugin to your blog and activate it.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“LS WP Logger” is open source software. The following people have contributed to
this plugin.

Contributors

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

[Translate “LS WP Logger” into your language.](https://translate.wordpress.org/projects/wp-plugins/ls-wp-logger)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/ls-wp-logger/), check
out the [SVN repository](https://plugins.svn.wordpress.org/ls-wp-logger/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/ls-wp-logger/) by
[RSS](https://plugins.trac.wordpress.org/log/ls-wp-logger/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.0.0

 *  Add namespace usage.
    Add pritty view for array and object values

#### 1.0.0

 *  Release Date – 15 December 2020

## Meta

 *  Version **2.0.0**
 *  Last updated **5 years ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.4 or higher **
 *  Tested up to **5.8.13**
 *  PHP version ** 7.0 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/ls-wp-logger/)
 * Tags
 * [log](https://twd.wordpress.org/plugins/tags/log/)[logs](https://twd.wordpress.org/plugins/tags/logs/)
 *  [Advanced View](https://twd.wordpress.org/plugins/ls-wp-logger/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/ls-wp-logger/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/ls-wp-logger/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/ls-wp-logger/)