OK, I can use osx's console program which will refresh the log, however
still, its much more efficient to have it display at the top of the page
or whatever, most database abstraction packages have this ability.
I could also use pears Log package to log them to an external window in
the browser. I might just to that, as the Zend one is lacking quite a
few things.
I'm soley working on this project, so ill know if a debug flag in the
xml config is on or not :)
Bill Karwin wrote:
-----Original Message-----
From: Dan Rossi [mailto:[EMAIL PROTECTED]
I'd use logs for error handling in production. This is purely
for debugging purposes.
You've never seen anyone accidentally leave debugging code enabled as
they deploy the app to production? Just keep debugging in the log and
you don't have to risk it.
See also http://en.wikipedia.org/wiki/Poka-yoke :-)
Regards,
Bill Karwin