http://php.net/manual/en/function.set-error-handler.php would probadly be nicer ;)
I got a small utility class that mail me any errors that is above E_NOTICE Quite nice way to get error reporting, even if debug === 0 :) -- Christian -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of John David Anderson (_psychic_) Sent: 29. marts 2007 22:46 To: [email protected] Subject: Re: logging cake errors On Mar 29, 2007, at 2:32 PM, Charles Schaefer wrote: > Good, but I don't saw an automatic log system in the cake! > Am I wrong with this thought, or cake really haven't a log system? $this->log("message"); :) http://api.cakephp.org/ class_object.html#942f17c527c523372325ee54d343ad44 I think the logs are in /app/tmp/logs/. -- John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
