PHPackages                             mageguide/mglogger - 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. mageguide/mglogger

ActiveMagento2-module[Logging &amp; Monitoring](/categories/logging)

mageguide/mglogger
==================

Adds Custom Logger Functionality mageguide.log

1.0.3(8y ago)031OSL-3.0PHP

Since Oct 13Pushed 8y agoCompare

[ Source](https://github.com/gnmageguide/MGLogger)[ Packagist](https://packagist.org/packages/mageguide/mglogger)[ RSS](/packages/mageguide-mglogger/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)Dependencies (5)Versions (4)Used By (0)

MageGuide\_Mglogger\_M2
=======================

[](#mageguide_mglogger_m2)

Adds Custom Logger Functionality (mageguide.log)

Usage example:

```
class mgLoggerExample
{
    /**
     * Logging instance
    */
    protected $_mglogger;

    /**
     * Constructor injection
     */
    public function __construct(
        \MageGuide\Mglogger\Logger\Logger $mglogger
    ) {
        $this->_mglogger = $mglogger;
    }

    /* Some function to call logger */
    public function doSomething()
    {
        $this->_mglogger->info('Info Test');
        $this->_mglogger->alert('Alert Test');
        $this->_mglogger->critical('Critical Test');
        $this->_mglogger->emergency('Emergency Test');
        $this->_mglogger->error('Error Test');
        $this->_mglogger->notice('Notice Test');
        $this->_mglogger->warning('Warning Test');
    }
}

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 89.5% 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

Every ~26 days

Total

3

Last Release

3083d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a9dd9e15a85f1c9f8e55c8cbc2b8135699ef598a67acf245bbaecab5c997fbd9?d=identicon)[gnmageguide](/maintainers/gnmageguide)

---

Top Contributors

[![gnmageguide](https://avatars.githubusercontent.com/u/31237325?v=4)](https://github.com/gnmageguide "gnmageguide (17 commits)")[![ntinosj](https://avatars.githubusercontent.com/u/124249242?v=4)](https://github.com/ntinosj "ntinosj (2 commits)")

### Embed Badge

![Health badge](/badges/mageguide-mglogger/health.svg)

```
[![Health](https://phpackages.com/badges/mageguide-mglogger/health.svg)](https://phpackages.com/packages/mageguide-mglogger)
```

###  Alternatives

[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50374.2k18](/packages/dotdigital-dotdigital-magento2-extension)[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[justbetter/magento2-sentry

Magento 2 Logger for Sentry

1851.5M3](/packages/justbetter-magento2-sentry)[pagbank/payment-magento

PagBank - Payment for Magento and Adobe

2128.3k7](/packages/pagbank-payment-magento)[fredden/magento2-module-javascript-error-reporting

A Magento 2 module which captures JavaScript errors for later review by website administrators

3138.1k](/packages/fredden-magento2-module-javascript-error-reporting)[mage-os/module-admin-activity-log

The Admin Activity extension makes it easy to track all admin activity with comprehensive audit logging.

261.4k](/packages/mage-os-module-admin-activity-log)

PHPackages © 2026

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