Page 1 of 1

New error logging tutorial

Posted: Thu Jun 23, 2011 1:00 pm
by Tino
Pretty nice to see that you created a tutorial on it. Especially because I started working on an error logger application just two days ago. Just a small coincidence nobody really cares about but that I still wanted to mention :)

Re: New error logging tutorial

Posted: Thu Jun 23, 2011 1:42 pm
by jacek
:lol: Thanks (?)

I have been meaning to do this one for quite a while.

Re: New error logging tutorial

Posted: Thu Jun 23, 2011 1:55 pm
by Tino
Well good job then on putting it up :)

I think it's interesting because it gives me some insight on how other people go about doing it. It just gives me something to compare to my own code and to possibly improve it or change some things. :)

Re: New error logging tutorial

Posted: Thu Jun 23, 2011 2:51 pm
by jacek
You can use php's error_log setting, but is it much less flexible which is why I went for the SQL approach.

Re: New error logging tutorial

Posted: Thu Jun 23, 2011 2:57 pm
by Temor
Great tutorial!
I never really cared much about the security risks of showing the errors to the public until recently, so this was just perfect for me :)

Re: New error logging tutorial

Posted: Thu Jun 23, 2011 4:37 pm
by jacek
Temor wrote:I never really cared much about the security risks of showing the errors to the public
I don't log errors 8-)

It's generally a good idea though.