dipu/m-logger

Simplified Magento2 Log System

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

v1.0.0 2023-10-06 06:26 UTC

This package is auto-updated.

Last update: 2024-04-06 07:49:16 UTC


README

Simple Magento2 Log system for easy debugging. You can use it to log your message, array, object etc.

Requirements

  • PHP >= 7.2
  • Magento >= 2

Installation

composer require dipu/m-logger

Usage

m_logger(['MLogger','Magento2']);

you can pass second parameters in your log type by default it info Available log types

  • info
  • error
  • alert
  • emergency
  • notice
  • warning
m_logger(['MLogger','Magento2'], 'alert');

License

MLogger is licensed under the MIT License.