This plugin stores logs for your application
As of April 2026, LS WP Logger is a WordPress log plugin with 0 active installations and a 0/5 rating0. It has been downloaded 852 times in total. Requires WordPress 5.4+ and PHP 7.0+. Available on WordPress.org since 2020. Last updated 4 years ago — may have compatibility concerns. Top alternative: Check & Log Email – Easy Email Testing….
This plugin stores logs for your application with different types: error and info
In any php file you can use methods:
Ls\Wp\Log::info("My Title", [any object]);
Ls\Wp\Log::error("My Title", [any object]);
or add namespace
use Ls\Wp\Log as Log;
Log::info("My Title", [any object]);
Log::error("My Title", [any object]);
| WordPress | 5.4+ requiredTested up to 5.8.13 |
| PHP | 7.0+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.