Top "Zend-log" questions

For issues relating to the Zend/Log logging component of the Zend framework.

How to register a Zend\Log Instance in the ServiceManager in ZF2

I am wondering what is the best way to initiate and re-use a logger instance through the ServiceManager in ZF2. …

zend-framework zend-framework2 zend-log
Is there a way to disable xdebug's var_dump temporarily?

I want to use Zend_Debug::dump, to keep some variables in the log, but since I have xdebug installed, …

zend-framework xdebug zend-log
How to register Zend_Log in the bootstrap of a ZF 1.8+ application?

So I want to start logging in my Zend Framework application. I want to register the logger somewhere in my …

zend-framework zend-log