blackbird/module-logger-sample 0.2.0

Demo Module for Custom Logger with Magento 2.

Type

magento2-module

License

MIT

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Logger Code Example

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 :bird:

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!