Friday, January 7, 2011

Log in other file that system.log

    public function _log($msg){
        $nameFile = 'other-file-'.date ( "Y-m-d-H" ).'.log';
        Mage::log($msg, null, $nameFile );
    }

No comments:

Post a Comment

Powered by Blogger.