Answers for "magento session logs"

PHP
3

log magento 1

Mage::log('message',null,'logfile.log',true);
Mage::log(print_r($arr, 1), null, 'logfile.log',true);
Posted by: Guest on January-25-2021

Browse Popular Code Answers by Language