PHPackages                             shopgo/advanced-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. shopgo/advanced-logger

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

shopgo/advanced-logger
======================

A utility module that allows to add log records to custom files.

4103PHP

Since May 20Pushed 10y ago2 watchersCompare

[ Source](https://github.com/shopgo-magento2/advanced-logger)[ Packagist](https://packagist.org/packages/shopgo/advanced-logger)[ RSS](/packages/shopgo-advanced-logger/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Advanced Logger
===============

[](#advanced-logger)

#### Contents

[](#contents)

- [Synopsis](#syn)
- [Overview](#over)
- [Installation](#install)
- [Tests](#tests)
- [Contributors](#contrib)
- [License](#lic)

Synopsis
--------

[](#synopsis)

A Magento 2 utility module that allows to add log records to custom files.

Overview
--------

[](#overview)

Advanced Logger is a module that allows users to create custom log files for their custom modules. It also allows to create custom directories for those log files.

Installation
------------

[](#installation)

Below, you can find two ways to install the advanced logger module. With the release of Magento 2.0, you'll also be able to install modules using the Magento Marketplaces.

### 1. Install via Composer (Recommended)

[](#1-install-via-composer-recommended)

First, make sure that Composer is installed:

Make sure that Packagist repository is not disabled.

Run Composer require to install the module:

```
php /composer.phar require shopgo/advanced-logger:*

```

### 2. Clone the advanced-logger repository

[](#2-clone-the-advanced-logger-repository)

Clone the [advanced-logger](https://github.com/shopgo-magento2/advanced-logger) repository using either the HTTPS or SSH protocols.

### 2.1. Copy the code

[](#21-copy-the-code)

Create a directory for the advanced logger module and copy the cloned repository contents to it:

```
mkdir -p /app/code/ShopGo/AdvancedLogger
cp -R /* /app/code/ShopGo/AdvancedLogger

```

### Update the Magento database and schema

[](#update-the-magento-database-and-schema)

If you added the module to an existing Magento installation, run the following command:

```
php /bin/magento setup:upgrade

```

### Verify the module is installed and enabled

[](#verify-the-module-is-installed-and-enabled)

Enter the following command:

```
php /bin/magento module:status

```

The following confirms you installed the module correctly, and that it's enabled:

```
example
    List of enabled modules:
    ...
    ShopGo_AdvancedLogger
    ...

```

Tests
-----

[](#tests)

TODO

Contributors
------------

[](#contributors)

Ammar ()

License
-------

[](#license)

[Open Source License](LICENSE.txt)

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/fade51510807f20e8bcb48cc5dfcb6d379b393d65053b79524792b1f98c784b6?d=identicon)[akai-z](/maintainers/akai-z)

![](https://avatars.githubusercontent.com/u/11798669?v=4)[ShopGo](/maintainers/ShopGo)[@shopgo](https://github.com/shopgo)

### Embed Badge

![Health badge](/badges/shopgo-advanced-logger/health.svg)

```
[![Health](https://phpackages.com/badges/shopgo-advanced-logger/health.svg)](https://phpackages.com/packages/shopgo-advanced-logger)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B10.9k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1938.5M262](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2326.5M315](/packages/open-telemetry-sdk)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8676.7k](/packages/illuminated-console-logger)

PHPackages © 2026

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