Mô tả
App Log is a WordPress plugin that allows users (mainly developers) to output logs for debugging purposes.
Log files are listed on the Administrator Dashboard page for easier viewing and deleting.
By default, log files are stored in /wp-content/plugins/app-log/applog but log directory can be changed either via Dashboard page or Settings page.
Cài đặt
- Upload the ‘app-log’ folder to the ‘/wp-content/plugins/’ directory.
- Activate the plugin through the Plugins menu in WordPress.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“App Log” 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 “App Log” 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
1.1.2
- add hook ‘pre_applog_write’
1.1.1
- bug fix on warning message displayed during password reset
- updated Japanese translation and some field labels
1.1
- added log level
- changed hook name from app_log to applog
- added filter to allow changing of log file extension
1.0
- first version.