Reputation: 17516
I need to save errors which occur in my application into a database table, rather than writing out to errors.log
. I'm using CakePHP, and a little lost as to how to achieve this.
Any suggestions?
Upvotes: 5
Views: 694
Reputation: 6571
Try this: http://book.cakephp.org/view/1582/Creating-and-configuring-log-streams
Upvotes: 2