atomicsmash / wp-monolog-viewer
WP Monolog Viewer
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 486
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 6
Forks: 0
Open Issues: 0
Type:wordpress-plugin
This package is auto-updated.
Last update: 2022-10-17 05:32:03 UTC
README
WP Monolog Viewer is a plugin to display a sortable table of log entries provided by the Monolog library. Monolog saves log entries to the wp_log
table in the Wordpress database and these are retrieved and displayed in the WP Monolog Viewer admin page.
Credits to Monolog by Jordi Boggiano
Installation & Setup
- Download Composer
- Run
composer install
in the plugin directory - Upload the plugin files to the server
- Activate the plugin
- Go to Tools > WP Monolog Viewer