Magento 2 Custom Logger
https://akiftezcan.medium.com/magento-2-custom-logger-e52743d3c6d7
php -d memory_limit=-1 bin/magento setup:upgrade
php -d memory_limit=-1 bin/magento cache:flush
$this->logger->error('Log Error');
$this->logger->emergency('Log Emergency');
$this->logger->info('Log Info');
$this->logger->debug('Log Debug');