Skip to content

Log To A File in Magento 1

Magento - How to log to a file#

Mage::log(‘My log entry’, null, ‘mylogfile.log’);

Source#