
This plugin stores logs for your application
| Author: | lightningsoft (profile at wordpress.org) |
| WordPress version required: | 5.4 |
| WordPress version tested: | 5.8.12 |
| Plugin version: | 2.0.0 |
| Added to WordPress repository: | 14-12-2020 |
| Last updated: | 31-08-2021
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | https://wordpress.org/plugins/ls-wp-logger |
| Total downloads: | 852 |
![]() Click to start download |
|
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]);
ChangeLog
