Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomas-kl1/magento-2-logger-example
[ARCHIVED] Demo Module for Custom Logger with Magento 2
https://github.com/thomas-kl1/magento-2-logger-example
demo example logger logging magento2 php tutorial
Last synced: about 1 month ago
JSON representation
[ARCHIVED] Demo Module for Custom Logger with Magento 2
- Host: GitHub
- URL: https://github.com/thomas-kl1/magento-2-logger-example
- Owner: thomas-kl1
- License: mit
- Created: 2018-03-16T15:34:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-11T22:47:25.000Z (almost 3 years ago)
- Last Synced: 2023-08-21T08:18:52.535Z (about 1 year ago)
- Topics: demo, example, logger, logging, magento2, php, tutorial
- Language: PHP
- Homepage: https://black.bird.eu/en/blog/magento2logs.html
- Size: 12.7 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Logger Code Example
[![Latest Stable Version](https://img.shields.io/packagist/v/blackbird/module-logger-sample.svg?style=flat-square)](https://packagist.org/packages/blackbird/module-logger-sample)
[![License: MIT](https://img.shields.io/github/license/blackbird-agency/magento-2-logger-example.svg?style=flat-square)](./LICENSE)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](https://black.bird.eu/en/blog/magento2logs.html).
***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](https://github.com/blackbird-agency/magento-2-logger-example/issues).
## Authors
- **Thomas Klein** - *Initial work* - [It's me!](https://github.com/thomas-kl1)
- **Blackbird Team** - *Contributor* - [They're awesome!](https://github.com/blackbird-agency)## Contact
For further information, contact us:
- by email: [email protected]
- or by form: [https://black.bird.eu/en/contacts/](https://black.bird.eu/contacts/)## Licence
This project is licensed under the Blackbird Policy License - see the [LICENSE](./LICENSE) link for details.
***That's all folks!***