Skip to content

Instantly share code, notes, and snippets.

@eminetto
Created May 23, 2011 19:44
Show Gist options
  • Save eminetto/987422 to your computer and use it in GitHub Desktop.
Save eminetto/987422 to your computer and use it in GitHub Desktop.
$writer = new Zend_Log_Writer_Stream(DATA_PATH . 'zf_log.txt');
$log = new Zend_Log($writer);
Zend_Registry::set('log', $log);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment