Re: logging cake errors

2007-04-01 Thread Charles Schaefer
- > De: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] En nombre > de Charles Schaefer > Enviado el: Sábado, 31 de Marzo de 2007 08:05 p.m. > Para: Cake PHP > Asunto: Re: logging cake errors > > this apply in what versions of CakePHP? Because we still

RE: logging cake errors

2007-03-31 Thread Mariano Iglesias
-Mensaje original- De: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] En nombre de Charles Schaefer Enviado el: Sábado, 31 de Marzo de 2007 08:05 p.m. Para: Cake PHP Asunto: Re: logging cake errors this apply in what versions of CakePHP? Because we still use the 1.1.10, because of an

Re: logging cake errors

2007-03-31 Thread Charles Schaefer
Uau! I didn't know that we can create an AppError class. Just another question: this apply in what versions of CakePHP? Because we still use the 1.1.10, because of an error in the Session component generated after the 1.1.11 version. Anyway, this will help us. AD7six, ianh an all, very thanks

Re: logging cake errors

2007-03-31 Thread ianh
II stand corrected an am always happy to learn something new - thanks chap. ianh On 31 Mar, 13:23, "AD7six" <[EMAIL PROTECTED]> wrote: > On Mar 31, 11:12 am, "AD7six" <[EMAIL PROTECTED]> wrote: > > > > > On Mar 31, 11:02 am, "ianh" <[EMAIL PROTECTED]> wrote: > > > > I don't think there is any way

Re: logging cake errors

2007-03-31 Thread AD7six
On Mar 31, 11:12 am, "AD7six" <[EMAIL PROTECTED]> wrote: > On Mar 31, 11:02 am, "ianh" <[EMAIL PROTECTED]> wrote: > > > I don't think there is any way to make Cake do detailed logs of errors > > internal to the framework. > > O contrare. Make use of the app_error class, and you can do what you >

Re: logging cake errors

2007-03-31 Thread AD7six
On Mar 31, 11:02 am, "ianh" <[EMAIL PROTECTED]> wrote: > I don't think there is any way to make Cake do detailed logs of errors > internal to the framework. O contrare. Make use of the app_error class, and you can do what you like. If you have one and it's in the right place (or you include it

Re: logging cake errors

2007-03-31 Thread ianh
> > > 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: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] On Beha

Re: logging cake errors

2007-03-30 Thread Charles Schaefer
John David Anderson (_psychic_) > Sent: 29. marts 2007 22:46 > To: cake-php@googlegroups.com > 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 t

RE: logging cake errors

2007-03-29 Thread Christian Winther [Cwi.dk]
[mailto:[EMAIL PROTECTED] On Behalf Of John David Anderson (_psychic_) Sent: 29. marts 2007 22:46 To: cake-php@googlegroups.com 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

Re: logging cake errors

2007-03-29 Thread John David Anderson (_psychic_)
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