LS WP Logger

Created by: Lightning Soft

Rating:
Downloaded: 489 times

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

Screenshots

    Categories

    Get New Themes & Resources