ghislainf / zf2-whoops

PHP whoops error on ZF2 framework
https://github.com/filp/whoops
59 stars 10 forks source link

Logger support #4

Open inditel opened 11 years ago

inditel commented 11 years ago

It would be really nice to have logger support.

In production errors are not shown to users, but they still should be logged. It would be really nice to log whoops output and of course exception data using Zend\Log\Logger

Logger could be passed in as a dependency (via setLogger method).