|
Posted by Michael Fesser on 09/24/07 18:09
..oO(ashore)
>What level do you like to use, and why?
>
>In beta, I use error_reporting(E_ALL) to get all the feedback I can,
>but that may or may-not be the world's best idea in a system you're
>fielding. (This is in a Free/Open-Source project.) Thanks,all.
I use E_ALL|E_STRICT and write all errors to a logfile. Additionally I
use my own error and exception handlers, so most errors will throw an
exception, which will be logged with a nice backtrace to see how and
where the error occured.
Micha
Navigation:
[Reply to this message]
|