New error logging tutorial

Talk about anything in here.
Post Reply
Tino
Posts: 360
Joined: Thu May 05, 2011 8:55 pm
Location: The Netherlands

New error logging tutorial

Post 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 :)
Please check out my CodeCanyon items.
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: New error logging tutorial

Post by jacek »

:lol: Thanks (?)

I have been meaning to do this one for quite a while.
Image
Tino
Posts: 360
Joined: Thu May 05, 2011 8:55 pm
Location: The Netherlands

Re: New error logging tutorial

Post 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. :)
Please check out my CodeCanyon items.
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: New error logging tutorial

Post 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.
Image
User avatar
Temor
Posts: 1186
Joined: Thu May 05, 2011 8:04 pm

Re: New error logging tutorial

Post 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 :)
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: New error logging tutorial

Post 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.
Image
Post Reply