How can I make sure that this path:
new Zend_Log_Writer_Stream(APPLICATION_PATH . \'\\logs\\app.log\')
works both on linux and on windows
Just realpath() is seems to be enough
Example #2