Mô tả
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]);
Cài đặt
Upload the LS WP Logger plugin to your blog and activate it.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“LS WP Logger” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “LS WP Logger” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
2.0.0
-
Add namespace usage.
Add pritty view for array and object values
1.0.0
- Release Date – 15 December 2020
