You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
Hey,
It is nice and all that it logs to log files and database, but that is primarily for production environments.
When developing it is nice to have errors on the screen, preferably without disabling (commenting out) the component.
For this I made a simple listener that calls the Cake error handler, you might want to add it to the default listeners:
http://github.com/Phally/referee/commit/906521acb43b330a107983c72d8f3cd49e0c778b
By the way, have you considered using an interface for the Listeners?