This plugin is outdated and might not be supported anymore
LS WP Logger

LS WP Logger

Details
View on WordPress

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]);

Details

Plugin code:
ls-wp-logger
Plugin version:
2.0.0
Outdated:
Yes
WP version:
5.4 or higher
PHP version:
7.0 or higher
Test up to WP version:
5.8.10
Total installations:
0
Last updated:
2021-08-31
Rating:
Times rated:
0
data-logs
log
logs