Cagao has asked for the wisdom of the Perl Monks concerning the following question:
I have an app that passes around a $log object, similar to an Log4Perl instance.
In addition to logging to a file, I'd also like a particular function to send it's log statements to an email.
Has anyone come across this before, or have any ideas on implementation? Or any existing modules that have something like this on offer?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Log to a file, but also log individual function to an email
by fishmonger (Chaplain) on Jul 02, 2014 at 17:27 UTC | |
by kennethk (Abbot) on Jul 02, 2014 at 18:42 UTC | |
by fishmonger (Chaplain) on Jul 02, 2014 at 18:47 UTC | |
Re: Log to a file, but also log individual function to an email
by Laurent_R (Canon) on Jul 02, 2014 at 20:12 UTC | |
Re: Log to a file, but also log individual function to an email
by Discipulus (Canon) on Jul 03, 2014 at 07:27 UTC |