只要后台开启Log记录,Log就默认写到var/log/exception.log和system.log文件1. 后台开启Log。2. 代码中使用Mage::log()。例: Php代码 Mage::log('Anythingyouwanttologhere');