Daggerhart Lab - Error Logging
WordPress error logging plugin.
by Daggerhart Lab · github.com/daggerhartlab/daglab-log · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/daggerhartlab/daglab-log/archive/refs/heads/main.zipDeclares an update source (daggerhartlab/daglab-log), so updates arrive through the plugin's own updater.
From the readme
Daggerhart Lab - Error Logging
A comprehensive logging plugin for WordPress that captures and manages PHP errors, warnings, notices, and custom log messages.
Description
This plugin provides error logging capabilities for WordPress, allowing developers to track, monitor, and manage application errors through a custom database table and admin interface.
Features
- Error Handling: Automatic capture of PHP errors, warnings, notices, and exceptions
- Custom Channel Logging: Create custom log channels for different parts of your application
- Admin Interface: View and manage logs through the WordPress admin dashboard
- Configurable Log Levels: Set minimum severity levels for logging (error, warning, notice, etc.)
- Email Digests: Optional email notifications with configurable frequency (daily, weekly, etc.)
- Automatic Cleanup: Cron-based log cleanup to maintain database performance
- Entry Limits: Configurable maximum number of log entries to retain
Installation
1. Upload the plugin files to /wp-content/plugins/daglab-log/ directory
2. Run composer install in the plugin directory to install dependencies
3. Activate the plugin through the 'Plugins' menu in WordPress
4. Configure
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.1.1 | Feb 12, 2026 |
| 1.1.0 | Jan 8, 2026 |
| 1.0.4 | Oct 30, 2025 |
| 1.0.2 | Oct 21, 2025 |
| 1.0.1 | Oct 19, 2025 |
| 1.0.0 | Oct 16, 2025 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.