Описание
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]);
Установка
Upload the LS WP Logger plugin to your blog and activate it.
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«LS WP Logger» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «LS WP Logger» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
2.0.0
-
Add namespace usage.
Add pritty view for array and object values
1.0.0
- Release Date — 15 December 2020