PHPackages                             aixeiger/simple-dev-logger - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. aixeiger/simple-dev-logger

ActivePlugin[Logging &amp; Monitoring](/categories/logging)

aixeiger/simple-dev-logger
==========================

Simple logger for Wordpress theme or plugin development

0.1.1(3y ago)14MITPHPPHP &gt;=7.4

Since Dec 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/aixeiger/simple-dev-logger)[ Packagist](https://packagist.org/packages/aixeiger/simple-dev-logger)[ RSS](/packages/aixeiger-simple-dev-logger/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

```
=== Simple Dev Logger ===
Contributors: aixeiger
Tags: development tool, tool, logger, development
Requires at least: 5.4
Tested up to: 5.8
Stable tag: 0.1.1
Requires PHP: 7.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Simple logger for Wordpress theme or plugin development

== Description ==

A simple logger for development purposes, when we are making a theme or a plugin we need to ensure that our code works as expected, but if is a plugin for extend something big like WooCommerce can be hard maintain in mind the current data, instead of develop a custom logger, use an advanced logger, using update_option or die, use this plugin, the difference between an advance logger and this is the simplicity and this is designed for Wordpress friendly, you can log 3 values: a title, a value and data if need, and when you are ready, remove the logger functions from your theme or plugin and that's it

## How works

* Install the plugin
* Start coding your theme or plugin
* If there is any data do you want to log use SDLO::log('title', 'value', array('some' => 'data')) or the function sdlo()
* the first value is mandatory and the other two are optional
* then go to "SimpleDev Logger" page in Worpdress panel at bottom
* is the expected data?
* remove the SDLO::log() and repeat

* a safe way for not break something if you uninstall the plugin and forgot remove the logs is:
	if(function_exists('sdlo')){
		sdlo("Title for log", "some data");
	}
* or
	if(class_exists('WPDL')){
		SDLO::log("Title for log", "some data");
	}

* On uninstall, all the data is dropped
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 60% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1250d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2ef6e3c2dc78657a2aa0fc228a51b7c39fb94916ff64cf3491a1dce1bfffcce5?d=identicon)[mecanicox](/maintainers/mecanicox)

---

Top Contributors

[![dreanox](https://avatars.githubusercontent.com/u/4334407?v=4)](https://github.com/dreanox "dreanox (3 commits)")[![aixeiger](https://avatars.githubusercontent.com/u/1877381?v=4)](https://github.com/aixeiger "aixeiger (2 commits)")

---

Tags

logwordpressdevelopmentlogger

### Embed Badge

![Health badge](/badges/aixeiger-simple-dev-logger/health.svg)

```
[![Health](https://phpackages.com/badges/aixeiger-simple-dev-logger/health.svg)](https://phpackages.com/packages/aixeiger-simple-dev-logger)
```

###  Alternatives

[inpsyde/wonolog

Monolog-based logging package for WordPress.

183617.9k7](/packages/inpsyde-wonolog)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
