I would like to make a global Zend_Log
object that I can reach from my Controllers and my Models.
What should I add to my Bootstrap? (My bootstrap extends Zend_Application_Bootstrap
)
How then can I reach the logger object from my controller actions and from my model?