Linux 软件免费装
Banner图

MSBD Logs

开发者 shahalom
microsolutions
更新时间 2026年1月28日 03:43
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

debug logging logs debugging error log

下载

1.0.2

详情介绍:

MSBD Logs is a WordPress plugin that allows developers to review and manage log files generated by plugins and themes. MSBD Logs is a lightweight logging helper for WordPress plugin and theme developers. It provides a simple PHP API to write log messages and an admin interface to view, filter, and manage log files stored in the WordPress uploads directory. The plugin is designed to be minimal, dependency-free, and safe for use on production sites.

安装:

  1. Upload the msbd-logs folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. Navigate to Admin → MSBD Logs to manage log files

常见问题:

Does this plugin replace WP_DEBUG or PHP error logging?

No. MSBD Logs is a helper for custom logging inside plugins or themes. It does not replace WordPress core debugging or PHP error logs.

Where are log files stored?

logs folder is created in wp-content/uploads/ on activating the plugin. All log files are stored in: wp-content/uploads/logs/.

What is the difference between debug and attention logs?

  • debug: Logged only when debug mode is enabled in the admin
  • attention: Always logged, regardless of debug setting

Is this plugin safe for production sites?

Yes. Debug logging can be disabled at any time, and logs are written only when explicitly requested by developers.

Is this plugin compatible with all latest versions of PHP, HHVM, et cetera, et cetera?

Short answer: probably. Long answer: I honestly don't know for sure. I made a simple plugin. That's why I recommend a minimum of PHP 8.0. Also I do specific tests to ensure that I stay compatible with PHP 8.2

This plugin breaks my site! How do I fix it?

Deactivate the plugin and report this on the GitHub project page, so that I/we could take a look into the matter.

My question isn't answered here

Somehow we overlooked your question, We apologize for this. Please visit contact us page of Micro Solution Bangladesh for your query.

更新日志:

1.0.2 1.0.1 1.0.0