in reply to Log to a file, but also log individual function to an email

Log4Perl can do that.

CPAN search Log::Dispatch::Email* http://search.cpan.org/search?query=Log%3A%3ADispatch%3A%3AEmail*&mode=all
  • Comment on Re: Log to a file, but also log individual function to an email

Replies are listed 'Best First'.
Re^2: Log to a file, but also log individual function to an email
by kennethk (Abbot) on Jul 02, 2014 at 18:42 UTC
      Thanks for the suggestion. I will follow that advise next time.