BACK TO DIRECTORY

LS WP Logger

by lightningsoft

0.0
(0 ratings)

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

Plugin Details

Active Installs
0
Total Downloads
1,227
Version
2.0.0
Requires WP
5.4
Requires PHP
7.0
Tested Up To
5.8.15
Added
2020-12-14
Last Updated
2021-08-31 1:05pm GMT

Ratings

5
0
4
0
3
0
2
0
1
0