Subject: | Implement a single-call logconfess etc |
Hello,
Current implementation of logconfess et al splits result of longmess and
then call $log->fatal on every line. While it can be very convenient in
some cases like Apache logging, it's very frustrating when FATAL errors
are mailed using Log::Dispatch::Email, and every line is sent in
different message.
It would be a good thing to have some methods that don't split a message
by lines and just call "$log->fatal(Carp::longmess($msg))". In this
case, only one email is sent.
--
Serguei Trouchelle