webkul / module-customlog
Magento 2.0 Customlog Module
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~5.5.0|~5.6.0|~7.0.0
- magento/framework: 100.0.*
- monolog/monolog: 1.16.0
This package is auto-updated.
Last update: 2024-11-14 09:31:07 UTC
README
Magento2 Custom Log File Using Monolog - allow to create your own custom log file
How to Install the module
copy Webkul folder in app/code
Run Following Command via terminal
php bin/magento setup:upgrade
Install the module via composer
Run the following commands in terminal-
composer require webkul/module-customlog dev-master
php bin/magento setup:upgrade
now module is properly installed