Skip to content

Monthly Archives: January 2008

Sending errors to your ticketing system

I’ve been thinking about developing a PHP Logger that will talk to your favorite ticketing system. The idea is to capture code and application generated errors and create tickets accordingly.
At a first glance, I could use the Reflection API to get meta-information about the code. Tickets could then be created and assigned to the appropriate […]