blackbird / module-logger-sample
Demo Module for Custom Logger with Magento 2.
                                    Fund package maintenance!
                                                                            
                                                                                                                                        Patreon
                                                                                    
                                                                            
                                                                                                                                        paypal.me/thomaskl1
                                                                                    
                                                                
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 2
Type:magento2-module
pkg:composer/blackbird/module-logger-sample
Requires
- magento/framework: >=100.0.0
 - monolog/monolog: ^1.16.0
 
This package is auto-updated.
Last update: 2025-10-12 06:53:10 UTC
README
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
- Thomas Klein - Initial work - It's me!
 - Blackbird Team - Contributor - They're awesome!
 
Contact
For further information, contact us:
- by email: hello@bird.eu
 - or by form: https://black.bird.eu/en/contacts/
 
Licence
This project is licensed under the Blackbird Policy License - see the LICENSE link for details.
That's all folks!