New error logging tutorial
New error logging tutorial
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.
Re: New error logging tutorial
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.
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.
Re: New error logging tutorial
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
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
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
I don't log errorsTemor wrote:I never really cared much about the security risks of showing the errors to the public
It's generally a good idea though.