Opis
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]);
Instalacija
Upload the LS WP Logger plugin to your blog and activate it.
Recenzije
Nema recenzija za ovaj dodatak.
Suradnici i Programeri
“LS WP Logger” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.
SuradniciPrevedite “LS WP Logger” na svoj jezik.
Zainteresirani ste za razvoj?
Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.
Dnevnik promjena
2.0.0
-
Add namespace usage.
Add pritty view for array and object values
1.0.0
- Release Date – 15 December 2020
