On Thu, 30 Nov 2000, T.J. Mather wrote:
> I've done a lot of programming under mod_perl and I got tired of
> examining the error logs for errors. So I wrote a module that displays
> to the broswer the error (with a complete call stack) for any fatals or
> warnings that occur on a development server (similar to using CGI::Carp
> qw(fatalsToBrowser);), or emails the site administrator for errors on a
> production server.
You might consider using Log::Dispatch to handle the errors. This would
give you a lot of flexibility basically for free in terms of sending your
outputs wherever you want as well as giving you log levels and such if you
need it. Of course, I'm biased cause I wrote Log::Dispatch.
-dave
/*==================
www.urth.org
We await the New Sun
==================*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]