magento2_customlog
Magento2 Custom Log File Using Monolog - allow to create your own custom log file, (*1)
How to Install the module
copy Webkul folder in app/code, (*2)
Run Following Command via terminal
php bin/magento setup:upgrade, (*3)
Install the module via composer
Run the following commands in terminal-, (*4)
composer require webkul/module-customlog dev-master, (*5)
php bin/magento setup:upgrade, (*6)
now module is properly installed, (*7)
How to test the module
hit url http://yourmagento2website.com/customlog, (*8)