blackbird/module-logger-sample

Demo Module for Custom Logger with Magento 2.

0.2.0 2018-05-30 10:18 UTC

This package is auto-updated.

Last update: 2024-03-12 03:37:19 UTC


README

Latest Stable Version License: MIT

This repository is a demo of how to implement its own logger model in Magento 2.

If you are interseted into how to do it in your code, step by step, read our article.

A gift from the Blackbird Agency Team 🐦

Setup

Get the package

Zip Package:

Unzip the package in app/code/Blackbird/LoggerSample.

Composer Package:

composer require blackbird/module-logger-sample

Install the module

Then, run the following magento command:

php bin/magento setup:upgrade

If you are in production mode, do not forget to recompile and redeploy the static resources.

Support

Raise a new request.

Authors

Contact

For further information, contact us:

Licence

This project is licensed under the Blackbird Policy License - see the LICENSE link for details.

That's all folks!