Skip to content

Instantly share code, notes, and snippets.

@redesigned
Created September 22, 2013 02:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save redesigned/6656260 to your computer and use it in GitHub Desktop.
Save redesigned/6656260 to your computer and use it in GitHub Desktop.
Magento Logging
#Log to your own logfile
Mage::log('My log entry', null, 'mylogfile.log');
#Log to the system logfile
Mage::log('My log entry');
#Log to the exception logfile
Mage::logException($e);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment