Plugin info

Total downloads: 1,768
Active installs: 10
Total reviews: 2
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 5/26/2025 (220 days ago)
Added to WordPress: 4/23/2024 (1 years old)
Minimum WordPress version: 5.4
Tested up to WordPress version: 6.6.4
Minimum PHP version: 7.4

Maintenance & Compatibility

Maintenance score

Stale • Last updated 220 days ago • 2 reviews

40/100

Is Simple Log Viewer abandoned?

Likely maintained (last update 220 days ago).

Compatibility

Requires WordPress: 5.4
Tested up to: 6.6.4
Requires PHP: 7.4

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

A simple plugin to log errors in real time in a metabox in the admin panel, too integrated with WP-CLI.

For the run command with WP-CLI is necessary to activate the plugin and install WP-CLI.

When running, paste the command wp slvpl logs-erros into the terminal, by default the number of lines is 1000 but you can control the number of lines through the --num_linhas parameter

For the example: wp slvpl logs-erros [--num_linhas=] or
better in the example wp slvpl logs-erros --num_linhas=100.

Installation

  1. Upload \”simple-log-viewer.php\” to the \”/wp-content/plugins/\” directory.
  2. Activate the plugin through the \”Plugins\” menu in WordPress.
  3. Activate WP_DEBUG in wp-config.php

Frequently Asked Questions

Is the plugin free?

Yes, it always will be, we are open to the open source community.

How do I contribute to plugin improvements?

Send an email to [email protected] with subject contribute to Simple Log Viewer containing your github user in the subject, after acceptance create an issue, perform a fork, after adding the new feature make a pull request , for approval.

Review feed

No reviews available

Screenshots

  1. View logs in metabox

    View logs in metabox

  2. Settings page for enable WP_DEBUG and clear logs

    Settings page for enable WP_DEBUG and clear logs

Changelog

Path Version
1.0.4 – Add WP-CLI integration
1.0.3 – Bug fix: the option to activate WP_DEBUG was forcing activation even if the checkbox was unchecked
1.0.2 – Correction in the directory structure to save log directory for uploads
1.0.1 – internationalization and support WP_DEBUG enable in pannel settings
Version Beta
1.0.0 Pre release
Develop version
0.0.1 Initial release

Refactor code version
1.0.3.2 – Refactor code to improve performance and better maintenance
Security path version
1.0.3.1 – Fix security issue, permission public acess endpoint errors changed for proteged route