public function _log($msg){
$nameFile = 'other-file-'.date ( "Y-m-d-H" ).'.log';
Mage::log($msg, null, $nameFile );
}
About Magento, Linux, Jquery, PHP ... and other!
public function _log($msg){
$nameFile = 'other-file-'.date ( "Y-m-d-H" ).'.log';
Mage::log($msg, null, $nameFile );
}
No comments:
Post a Comment