Descrição
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]);
Instalação
Upload the LS WP Logger plugin to your blog and activate it.
Avaliações
Este plugin não tem avaliações.
Contribuidores e programadores
“LS WP Logger” é software de código aberto. As seguintes pessoas contribuíram para este plugin:
ContribuidoresTraduza o “LS WP Logger” para o seu idioma.
Interessado no desenvolvimento?
Consulte o código, consulte o repositório SVN, ou subscreva o registo de alterações por RSS.
Registo de alterações
2.0.0
-
Add namespace usage.
Add pritty view for array and object values
1.0.0
- Release Date – 15 December 2020